Delete resources created during this task (#14536)

This commit is contained in:
Oussema CHERNI
2019-05-29 07:20:21 +02:00
committed by Kubernetes Prow Robot
parent 23e8eaf782
commit f38c90768d
@@ -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 %}}