Difference between revisions of "Helm"
From John Freier
(Created page with "Helm is a package manager for Kubernetes. Process a single manifest and see the results. helm template -s templates/role/atlas-publish-service.yaml ap-project") |
|||
Line 2: | Line 2: | ||
Process a single manifest and see the results. | Process a single manifest and see the results. | ||
− | helm template -s templates/ | + | helm template -s templates/application-service.yaml app-project |
Revision as of 12:56, 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