doc: Update documentation about layering release values (#837)

Closes #836
This commit is contained in:
a-hat 2019-09-06 02:29:08 +02:00 committed by KUOKA Yusuke
parent 1823bb1e5b
commit 6dfc9be0d1
1 changed files with 4 additions and 0 deletions

View File

@ -127,6 +127,10 @@ Release Templating supports the following parts of release definition:
See the [issue 428](https://github.com/roboll/helmfile/issues/428) for more context on how this is supposed to work.
## Layering Release Values
Please note, that it is not possible to layer `values` sections. If `values` is defined in the release and in the release template, only the `values` defined in the release will be considered. The same applies to `secrets` and `set`.
## Layering State Files
> See **Layering State Template Files** if you're layering templates.