Delete resources created during this task (#14536)
parent
23e8eaf782
commit
f38c90768d
|
@ -67,6 +67,16 @@ the Pod:
|
||||||
```shell
|
```shell
|
||||||
ls /projected-volume/
|
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 %}}
|
||||||
|
|
||||||
{{% capture whatsnext %}}
|
{{% capture whatsnext %}}
|
||||||
|
|
Loading…
Reference in New Issue