Difference between revisions of "Helm"
From John Freier
| Line 3: | Line 3: | ||
Process a single manifest and see the results. | Process a single manifest and see the results. | ||
helm template -s templates/application-service.yaml app-project | helm template -s templates/application-service.yaml app-project | ||
| + | |||
| + | |||
| + | List all helm installs | ||
| + | helm list | ||
Revision as of 14:26, 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