Difference between revisions of "Helm"

From John Freier
Jump to: navigation, search
(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/role/atlas-publish-service.yaml ap-project
+
   helm template -s templates/application-service.yaml app-project

Revision as of 13: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