Merge pull request #58 from pelotech/conflict-resolution-doc
Docs for settings/environment conflict resolution
This commit is contained in:
commit
b4a13d9971
|
@ -61,7 +61,9 @@ Uninstallations are triggered when the `helm_command` setting is "uninstall" or
|
||||||
|
|
||||||
### Where to put settings
|
### 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
|
### Formatting non-string values
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue