From 127e560a0bd6fab90e7e5cdcef13d89e3a3731af Mon Sep 17 00:00:00 2001 From: Chris Wiggins <5607419+cwiggs@users.noreply.github.com> Date: Wed, 17 May 2023 15:20:58 +0000 Subject: [PATCH] Update kustomize resource to correct path (#13196) This commit updates the kustomize section to include the correct path. Without the `\base` at the end of the path kustomize errors out trying to find a `kustomization.yaml` since there isn't one in the `ha` directory. Signed-off-by: Chris Wiggins <5607419+cwiggs@users.noreply.github.com> --- docs/operator-manual/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operator-manual/installation.md b/docs/operator-manual/installation.md index bdeeb633a57e6..c900d38ac66f5 100644 --- a/docs/operator-manual/installation.md +++ b/docs/operator-manual/installation.md @@ -74,7 +74,7 @@ kind: Kustomization namespace: argocd resources: -- github.com/argoproj/argo-cd/manifests/ha?ref=v2.6.2 +- github.com/argoproj/argo-cd/manifests/ha/base?ref=v2.6.2 ``` ## Helm