From 6dfc9be0d1c5559d23cde458ed53f8f14a2a4e9f Mon Sep 17 00:00:00 2001 From: a-hat <51818964+a-hat@users.noreply.github.com> Date: Fri, 6 Sep 2019 02:29:08 +0200 Subject: [PATCH] doc: Update documentation about layering release values (#837) Closes #836 --- docs/writing-helmfile.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/writing-helmfile.md b/docs/writing-helmfile.md index e621d28a..7f7d5e36 100644 --- a/docs/writing-helmfile.md +++ b/docs/writing-helmfile.md @@ -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.