Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 318 Bytes

helm.md

File metadata and controls

19 lines (12 loc) · 318 Bytes

Helm

The package manager for Kubernetes.

Upgrade

Upgrades a release to a new version of a chart.

helm upgrade app ./helm/ --namespace my-namespace --install --create-namespace

Template

Render templates and display the output.

helm template app ./helm/ --namespace my-namespace