fix(secrets): add cleanup (#16)

pull/17/head
Rémy-Christophe Schermesser 5 years ago committed by GitHub
parent adbc4d4461
commit 8068e20537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,3 +71,13 @@ spec:
```
Careful, if you change a secret after starting the pods, it won't update the pods. So you need to restart them.
## Exercices
Nothing to see here.
## Clean up
```bash
kubectl delete service,deployment,pod,secrets --all
```

Loading…
Cancel
Save