fix magic namespace readme (#5086)

This commit is contained in:
cheyang
2018-04-18 12:54:59 -07:00
committed by k8s-ci-robot
parent ea9eba4eaf
commit 7f18c65b04
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
+1 -1
View File
@@ -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.