Inspecting Defaults with helm show values
Reading every knob a chart exposes.
Charts Have Knobs
Every Helm chart ships with default settings you can tune. The list of those knobs lives in the chart's values.yaml. 🎛️
See Before You Set
Before changing anything, you want to read what a chart exposes. The helm show values command prints that default file for you.
helm show values bitnami/nginxAll lessons in this course
- Inspecting Defaults with helm show values
- Override on the CLI with --set
- Supplying a Custom values File with -f
- How --set and -f Are Merged