fix(secrets): add cleanup (#16)

This commit is contained in:
Rémy-Christophe Schermesser 2019-05-14 15:36:19 +02:00 committed by GitHub
parent adbc4d4461
commit 8068e20537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```