mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix magic namespace readme (#5086)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user