Skip to content

Commit

Permalink
docs/user-guide/helm.md: fix typo valuesFile (argoproj#17716)
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Šťastný <[email protected]>
  • Loading branch information
pstast authored Apr 3, 2024
1 parent 614f44c commit c8d912f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Precedence of valueFiles themselves is the order they are defined in
```
if we have

valuesFile:
valueFiles:
- values-file-2.yaml
- values-file-1.yaml

Expand Down Expand Up @@ -197,7 +197,7 @@ values: |
the result will be param1=value5
```
!!! note "When valuesFiles or values is used"
!!! note "When valueFiles 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
Expand Down

0 comments on commit c8d912f

Please sign in to comment.