Delete resources created during this task (#14536)
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 %}}
|
||||
|
|
Loading…
Reference in New Issue