doc: Update documentation about layering release values (#837)
Closes #836
This commit is contained in:
parent
1823bb1e5b
commit
6dfc9be0d1
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue