diff --git a/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md b/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md index a6e3e5372c..ec6f2d9528 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md +++ b/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md @@ -67,6 +67,16 @@ the Pod: ```shell ls /projected-volume/ ``` + +## Clean up + +Delete the Pod and the Secrets: + +```shell +kubectl delete pod test-projected-volume +kubectl delete secret user pass +``` + {{% /capture %}} {{% capture whatsnext %}}