diff --git a/10-secrets/README.md b/10-secrets/README.md index 61bbd05..1481100 100644 --- a/10-secrets/README.md +++ b/10-secrets/README.md @@ -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 +```