From 7f18c65b043cbe95bd2500e00e364c90cbcf09d8 Mon Sep 17 00:00:00 2001 From: cheyang Date: Thu, 19 Apr 2018 03:54:59 +0800 Subject: [PATCH] fix magic namespace readme (#5086) --- stable/magic-namespace/Chart.yaml | 3 ++- stable/magic-namespace/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stable/magic-namespace/Chart.yaml b/stable/magic-namespace/Chart.yaml index 06fac42448..0e8aca14f7 100644 --- a/stable/magic-namespace/Chart.yaml +++ b/stable/magic-namespace/Chart.yaml @@ -1,7 +1,8 @@ apiVersion: v1 name: magic-namespace -version: 0.1.0 +version: 0.1.1 appVersion: 2.8.1 +home: https://github.com/kubernetes/charts/tree/master/stable/magic-namespace description: Elegantly enables a Tiller per namespace in RBAC-enabled clusters maintainers: - name: krancour diff --git a/stable/magic-namespace/README.md b/stable/magic-namespace/README.md index 61e3203b1d..9bfba10461 100644 --- a/stable/magic-namespace/README.md +++ b/stable/magic-namespace/README.md @@ -106,7 +106,7 @@ $ helm install stable/magic-namespace \ Deleting a release of a Magic Namespace will _not_ delete the namespace. It will only delete the Tiller, service accounts, role bindings, etc. from that -namespace. This is actually desireable behavior, as anything the team has +namespace. This is actually desirable behavior, as anything the team has deployed within that namespace is likely to be unaffected, though further deployments to and management of that namespace will not be possible by anyone other than the cluster operator.