Difference between revisions of "Helm"
From John Freier
Line 7: | Line 7: | ||
List all helm installs | List all helm installs | ||
helm list | helm list | ||
+ | |||
+ | |||
+ | Install a helm chart | ||
+ | helm install [project_name] [helm_chart_name] |
Revision as of 14:30, 28 April 2022
Helm is a package manager for Kubernetes.
Process a single manifest and see the results.
helm template -s templates/application-service.yaml app-project
List all helm installs
helm list
Install a helm chart
helm install [project_name] [helm_chart_name]