Skip to content

Commit f6afbb7

Browse files
revitalbarletztodaywasawesome
authored andcommitted
docs: multiple resources should set a relative path in the valueFiles (argoproj#22745)
Signed-off-by: Revital Barletz <[email protected]> Signed-off-by: Dan Garfield <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
1 parent 06e75a6 commit f6afbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/multiple_sources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In the above example, the `prometheus` chart will use the value file from `git.e
7474
For Argo to reference the external Git repository containing the value files, you must set the `ref` parameter on
7575
the repository. In the above example, the parameter `ref: values` maps to the variable `$values`, which resolves
7676
to the root of the `value-files` repository.
77-
Note that the `$values` variable can only be used at the beginning of the value file path.
77+
Note that the `$values` variable can only be used at the beginning of the value file path and that its path is always relative to the root of the referenced source.
7878

7979
If the `path` field is set in the `$values` source, Argo CD will attempt to generate resources from the git repository
8080
at that URL. If the `path` field is not set, Argo CD will use the repository solely as a source of value files.

0 commit comments

Comments
 (0)