HelmReleases

helm install

Installs a chart, creating a new release in the cluster.

Syntax

helm install <release-name> <chart> [-f values.yaml]

Examples

Install with a custom values file

helm install api ./charts/api -f values.prod.yaml

Related commands