Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.32 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.32 KB

training-ns

Version: 0.0.2 Type: application AppVersion: 0.0.2

Installing the Chart

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

A Helm chart to help train users on Kubernetes

Values

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