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.yamlInstalls a chart, creating a new release in the cluster.
helm install <release-name> <chart> [-f values.yaml]
Install with a custom values file
helm install api ./charts/api -f values.prod.yaml