From 4185a2c73ed18239757921c1626f979971917ffd Mon Sep 17 00:00:00 2001 From: Jonas Bergler Date: Tue, 21 Feb 2023 22:18:48 +1300 Subject: [PATCH] Update kustomization example... ...to align with documented usage of kustomize. As it was, this example stops working with Kustomize v5 Signed-off-by: Jonas Bergler --- 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 8778abe338be5..bdeeb633a57e6 100644 --- a/docs/operator-manual/installation.md +++ b/docs/operator-manual/installation.md @@ -74,7 +74,7 @@ kind: Kustomization namespace: argocd resources: -- https://raw.githubusercontent.com/argoproj/argo-cd/v2.0.4/manifests/ha/install.yaml +- github.com/argoproj/argo-cd/manifests/ha?ref=v2.6.2 ``` ## Helm