doc: Added some detail on how to use override values in helmfiles section (#861)

* Added some detail on how to use override values in helmfiles section

Co-Authored-By: KUOKA Yusuke <ykuoka@gmail.com>
This commit is contained in:
art kon 2019-09-19 19:21:53 -06:00 committed by KUOKA Yusuke
parent 2e98e907b0
commit ba2e522617
1 changed files with 3 additions and 1 deletions

View File

@ -197,7 +197,9 @@ helmfiles:
# Override state values
values:
# Values files merged into the nested state's values
- additiona.values.yaml
- additional.values.yaml
# One important aspect of using values here is that they first need to be defined in the values section
# of the origin helmfile, so in this example key1 needs to be in the values or environments.NAME.values of path/to/subhelmfile.yaml
# Inline state values merged into the nested state's values
- key1: val1
- # All the nested state files under `helmfiles:` is processed in the order of definition.