From e730a947094ddc93e6a849e7a46dfb8e1fceac50 Mon Sep 17 00:00:00 2001 From: Cyril Gaudin Date: Mon, 19 May 2025 16:56:59 +0000 Subject: [PATCH] docs: fix jsonpath in 2.14-3.0 upgrade doc (#23045) Signed-off-by: Cyril Gaudin --- docs/operator-manual/upgrading/2.14-3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/upgrading/2.14-3.0.md b/docs/operator-manual/upgrading/2.14-3.0.md index d8aac5c72afbd..4734f455c102b 100644 --- a/docs/operator-manual/upgrading/2.14-3.0.md +++ b/docs/operator-manual/upgrading/2.14-3.0.md @@ -135,7 +135,7 @@ been deprecated for some time and is no longer available in Argo CD 3.0. To check whether you have any repositories configured in argocd-cm, run the following command: ```shell -kubectl get cm argocd-cm -o=jsonpath="[{.data.repositories}, {.data['repository.credentials']}, {.data['helm.repositories']}]" +kubectl get cm argocd-cm -o=jsonpath="[{.data.repositories}, {.data['repository\.credentials']}, {.data['helm\.repositories']}]" ``` If you have no repositories configured in argocd-cm, the output will be `[, , ]`, and you are not impacted by this