Changes
Page history
Update development
authored
Aug 08, 2022
by
Kees van den Broek
Show whitespace changes
Inline
Side-by-side
setup/development.md
View page @
31520210
...
...
@@ -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
...
...
...
...