Skip to content

Commit

Permalink
Delete resources created during this task (#14536)
Browse files Browse the repository at this point in the history
  • Loading branch information
oussemos authored and k8s-ci-robot committed May 29, 2019
1 parent 23e8eaf commit f38c907
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -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 %}}
Expand Down

0 comments on commit f38c907

Please sign in to comment.