Skip to content

Commit

Permalink
Add docs to make it easier to understand which values win
Browse files Browse the repository at this point in the history
fix/docs/helm

Signed-off-by: phyzical <[email protected]>
  • Loading branch information
phyzical committed Oct 7, 2023
1 parent 0ddae4b commit ca07b8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/user-guide/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ spec:
namespace: kubeseal
```
!!! note "When using multiple methods"
Order of precedence is `parameters > valuesObject > values > valueFiles > helm repository values.yaml` (see [this stackoverflow](https://stackoverflow.com/questions/76739856/what-is-the-precedence-setting-of-various-helm-values-in-an-argocd-application-m) for a more detailed example)

!!! note "When valuesFiles or values is used"
The list of parameters seen in the ui is not what is used for resources, rather it is the values/valuesObject merged with parameters (see [this issue](https://github.com/argoproj/argo-cd/issues/9213) incase it has been resolved)
As a workaround using parameters instead of values/valuesObject will provide a better overview of what will be used for resources

## Values Files

Helm has the ability to use a different, or even multiple "values.yaml" files to derive its
Expand Down

0 comments on commit ca07b8d

Please sign in to comment.