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.