From f03fffe5a44c73515fc9ff34e3bbcee2954fd59c Mon Sep 17 00:00:00 2001 From: Mike Ng Date: Mon, 17 Nov 2025 09:25:43 -0500 Subject: [PATCH] docs: fix argocd-agent helm install instruction (#1259) Signed-off-by: Mike Ng --- solutions/argocd-agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/argocd-agent/README.md b/solutions/argocd-agent/README.md index 9b292cdd8..34fd10f4c 100644 --- a/solutions/argocd-agent/README.md +++ b/solutions/argocd-agent/README.md @@ -90,7 +90,7 @@ Refer to the [Additional Resources](#additional-resources) for more details. helm repo add ocm https://open-cluster-management.io/helm-charts helm repo update helm search repo ocm -helm install argocd-agent-addon ocm/argocd-agent-addon +helm install argocd-agent-addon ocm/argocd-agent-addon --namespace argocd --create-namespace ``` Validate that the Argo CD Agent AddOn is successfully deployed and available: