From 04a2c48eceb198d25dffcc4642104b13cbe954f2 Mon Sep 17 00:00:00 2001 From: Erin Call Date: Thu, 2 Jan 2020 09:23:02 -0800 Subject: [PATCH] Docs for settings/environment conflict resolution [#45] --- docs/parameter_reference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/parameter_reference.md b/docs/parameter_reference.md index 9575d41..2ca1e48 100644 --- a/docs/parameter_reference.md +++ b/docs/parameter_reference.md @@ -61,7 +61,9 @@ Uninstallations are triggered when the `helm_command` setting is "uninstall" or ### Where to put settings -Any setting can go in either the `settings` or `environment` section. +Any setting can go in either the `settings` or `environment` section. If a setting exists in _both_ sections, the version in `environment` will override the version in `settings`. + +We recommend putting all drone-helm3 configuration in the `settings` block and limiting the `environment` block to variables that are used when building your charts. ### Formatting non-string values