From 8a50281580a91bfd3cc7411ec1634b5d4e407cec Mon Sep 17 00:00:00 2001 From: Liam Wyllie Date: Wed, 13 Sep 2023 00:28:26 +0100 Subject: [PATCH] Fix incorrect wording in ApplicationSet git generator docs (#15374) Signed-off-by: Liam Wyllie --- docs/operator-manual/applicationset/Generators-Git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/applicationset/Generators-Git.md b/docs/operator-manual/applicationset/Generators-Git.md index 25923a4a75d833..d51816cecc7918 100644 --- a/docs/operator-manual/applicationset/Generators-Git.md +++ b/docs/operator-manual/applicationset/Generators-Git.md @@ -317,7 +317,7 @@ spec: ``` (*The full example can be found [here](https://github.com/argoproj/argo-cd/tree/master/applicationset/examples/git-generator-files-discovery).*) -Any `config.json` files found under the `cluster-config` directory will be parameterized based on the `path` wildcard pattern specified. Within each file JSON fields are flattened into key/value pairs, with this ApplicationSet example using the `cluster.address` as `cluster.name` parameters in the template. +Any `config.json` files found under the `cluster-config` directory will be parameterized based on the `path` wildcard pattern specified. Within each file JSON fields are flattened into key/value pairs, with this ApplicationSet example using the `cluster.address` and `cluster.name` parameters in the template. As with other generators, clusters *must* already be defined within Argo CD, in order to generate Applications for them.