Helm Chart values.yaml

From NovaOrdis Knowledge Base
Revision as of 22:22, 28 August 2019 by Ovidiu (talk | contribs) (→‎Internal)
Jump to navigation Jump to search

Internal

Overview

The default configuration values for a chart. The file is mandatory. The content of this file is displayed by helm inspect values.

Values Best Practices

https://helm.sh/docs/chart_best_practices/#values

Example

imageRegistry: "quai.io/something"
dockerTag: "latest"
pullPolicy: "always"
storage: "s3"

TODO