April 2018
Intermediate to advanced
468 pages
14h 34m
English
Value files can declare values for the top-level chart, as well as for any of the charts that are included in that chart's charts/ directory. For example, the artifactory-ce values.yaml file contains some default values for its dependency chart postgresql:
## Configuration values for the postgresql dependency ## ref: https://github.com/kubernetes/charts/blob/master/stable/postgressql/README.md ## postgresql: postgresUser: "artifactory" postgresPassword: "artifactory" postgresDatabase: "artifactory" persistence: enabled: true
The top-level chart has access to values of its dependent charts, but not vice versa. There is also a global value that is accessible to all charts. For example, you could add something ...
Read now
Unlock full access