Skip to content
Update development authored by Kees van den Broek's avatar Kees van den Broek
......@@ -136,11 +136,6 @@ kubectl create secret generic sentry \
--from-literal "dsn=$SENTRY_DSN"
```
To replace a secret, first remove it:
```
kubectl delete secret smtp --namespace review
```
and the following for staging:
```sh
......
......