helm-values
Installation
SKILL.md
Helm Values
Managing values files and configuration overrides in Helm.
Values Hierarchy
Helm merges values from multiple sources (lower precedence first):
- Built-in default values
- Chart's
values.yaml - Parent chart's values
- Values files specified with
-f(can be multiple) - Individual parameters with
--set