Delete resources created during this task (#14536)

pull/14604/head
Oussema CHERNI 2019-05-29 07:20:21 +02:00 committed by Kubernetes Prow Robot
parent 23e8eaf782
commit f38c90768d
1 changed files with 10 additions and 0 deletions

View File

@ -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 %}}