Skip to content

Latest commit

 

History

History

helm-chart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Helm

Helm chart for Harvester

But wait.. What in the world is a helm chart and what is it doing here?

Helm helps us automate our deployment pipelines against our kubernetes cluster by adding functionality such as templating, grouping kube manifests and adding release-revisions of our deployments. Helm is basically a wrapper for kubectl, the kubernetes command-line tool and helps us standardize the way we deploy new releases across projects

Where do we use helm?

We use helm in our github workflow