helm install my-web bitnami/nginx --values values.yaml

Category: Kubernetes & Containers

helm install my-web bitnami/nginx --values values.yaml

Install a chart with custom values

Installs the chart while overriding defaults with the settings in values.yaml, which is how you customize size, resources, and features per environment. Values files are YAML and can be chained with repeated --values flags. See the available keys with helm show values bitnami/nginx.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.