Helm Chart values.yaml: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
pullPolicy: "always" | pullPolicy: "always" | ||
storage: "s3" | storage: "s3" | ||
=TODO= | |||
* https://helm.sh/docs/developing_charts/#quote-strings-don-t-quote-integers |
Revision as of 21:57, 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"