Helm

From Leo's Notes
Last edited on 14 June 2020, at 23:35.

Obtaining Values[edit | edit source]

To obtain a chart's default values, use helm inspect values. Eg.

# helm inspect values pingcap/tidb-cluster --version=v1.0.1

Pipe the contents to a file to create an override file to use when deploying or upgrading.