Reference
Helm values reference
Every value the telark chart exposes.
The complete, always-current value list is generated from the chart itself and published in the repository:
charts/telark/VALUES.md— every telark value and every pinned dependency value.charts/telark/values.yaml— the defaults themselves.
The values worth knowing before you install — sizing modes, the bootstrap admin, ingress, autoscaling, and monitoring — are explained in context in Guides → Installing.
Two things to remember whichever route you take:
- Everything is set with
--set key=valueon the install command line, or with a values file via-f. - Helm does not remember those flags across upgrades. Re-pass
them on every
helm upgrade.