Delete resources created during this task (#14536)
This commit is contained in:
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 %}}
|
||||
|
||||
Reference in New Issue
Block a user