From 43b46f53274346ccaf5483c8f970df640f4aab88 Mon Sep 17 00:00:00 2001 From: Lorenzo Manacorda Date: Tue, 30 Jan 2018 14:42:33 +0100 Subject: [PATCH] Remove instructions on how to delete Secret No need to teach people how to use Kubernetes. Signed-off-by: Lorenzo Manacorda --- examples/encrypted/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/examples/encrypted/README.md b/examples/encrypted/README.md index b250966b..b36177c9 100644 --- a/examples/encrypted/README.md +++ b/examples/encrypted/README.md @@ -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 -```