fix(secrets): add cleanup

This commit is contained in:
Rémy-Christophe Schermesser 2019-05-14 15:33:33 +02:00
parent adbc4d4461
commit 577023b064
1 changed files with 10 additions and 0 deletions

View File

@ -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
```