Helm Chart values.yaml: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Helm_Concepts#values.yaml| | * [[Helm_Concepts#values.yaml|Chart Layout]] | ||
* [[Helm_Concepts#Templates| | * [[Helm_Concepts#Templates|Templates]] | ||
* [[Helm_inspect#Configuration_Options|helm inspect values]] | * [[Helm_inspect#Configuration_Options|helm inspect values]] | ||
Revision as of 21:42, 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.
Example
imageRegistry: "quai.io/something" dockerTag: "latest" pullPolicy: "always" storage: "s3"