Helm Chart values.yaml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:


The default configuration values for a chart. The file is mandatory. The content of this file is displayed by [[Helm_inspect#Configuration_Options|helm inspect values]].
The default configuration values for a chart. The file is mandatory. The content of this file is displayed by [[Helm_inspect#Configuration_Options|helm inspect values]].
=Values Best Practices=
{{External|https://helm.sh/docs/chart_best_practices/#values}}


=Example=
=Example=

Revision as of 22:21, 28 August 2019

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