Skip to content

Commit

Permalink
Remove instructions on how to delete Secret
Browse files Browse the repository at this point in the history
No need to teach people how to use Kubernetes.

Signed-off-by: Lorenzo Manacorda <lorenzo@kinvolk.io>
  • Loading branch information
Lorenzo Manacorda committed Jan 30, 2018
1 parent e84c6c4 commit 1e44cb6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/encrypted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,3 @@ kubectl create -f examples/encrypted/habitat.yml
The Habitat operator does not delete the Secret on Habitat deletion. This is
because the user might want to re-use the secret across multiple
`Habitat`s and `Habitat` lifecycles.

To delete the Secret simply run:

```
kubectl delete secret your-secret-name
```

0 comments on commit 1e44cb6

Please sign in to comment.