This chart bootstraps and manages common configs on a Kubernetes cluster using the Helm package manager.
- Namespace
- Quota
- Service Account
- Role
- Role Binding
- Cluster Role
- Cluster Role Binding
- Registry Secret
- Isolate Network Policy
$ helm template .
- Install
$ helm install . --name common [--dry-run]
- Upgrade
$ helm upgrade common . [--dry-run]
- Rollback
$ helm rollback common <revision> [--dry-run]
Nam Hoang Nguyen nguyen.h.nam.vn@gmail.com
See LICENSE