To install the chart with the release name my-release
at version 0.0.2:
helm repo add colearendt https://colearendt.github.io/helm
helm install my-release colearendt/training-ns --version=0.0.2
Key | Type | Default | Description |
---|---|---|---|
clusterPrivileges[0].apiGroups[0] | string | "" |
|
clusterPrivileges[0].resources[0] | string | "nodes" |
|
clusterPrivileges[0].verbs[0] | string | "get" |
|
clusterPrivileges[0].verbs[1] | string | "list" |
|
clusterPrivileges[0].verbs[2] | string | "watch" |
|
namespacePrivileges[0].apiGroups[0] | string | "*" |
|
namespacePrivileges[0].resources[0] | string | "*" |
|
namespacePrivileges[0].verbs[0] | string | "*" |
|
users[0] | string | "test" |
Autogenerated from chart metadata using helm-docs v1.5.0