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