Skip to content

Commit

Permalink
docs: Clarify for valueFiles behaviour with path field (#17431)
Browse files Browse the repository at this point in the history
This commit adds clarification by explaining that `valueFiles` must be a relative path to the root of sources, even if the `path` field is set.

Signed-off-by: Takahiro Suzuki <[email protected]>
Signed-off-by: tkasuz <[email protected]>
  • Loading branch information
tkasuz authored Mar 7, 2024
1 parent 0d020f0 commit 0c2934a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/user-guide/multiple_sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ at that URL. If the `path` field is not set, Argo CD will use the repository sol
!!! note
Sources with the `ref` field set must not also specify the `chart` field. Argo CD does not currently support using
another Helm chart as a source for value files.

!!! note
Even when the `ref` field is configured with the `path` field, `$value` still represents the root of sources with the `ref` field. Consequently, `valueFiles` must be specified as relative paths from the root of sources.

0 comments on commit 0c2934a

Please sign in to comment.