From c9923172c25bdfb714d0dac489b30d79cb0791dd Mon Sep 17 00:00:00 2001 From: Stu Lipshires <17011491+slipsibm@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:46:07 -0400 Subject: [PATCH] Update rhacm.md Added missing --helm-set repoURL line so that it works if you add your own repo. The argo cd app and rhacm_control plane worked without this variable but if I used the base IBM/cloudpak-gitops/ repo but I was getting permissions error if I tried to install from my "slipsibm/cloudpak-gitops" repo --- docs/rhacm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/rhacm.md b/docs/rhacm.md index cacce822..b33b6b92 100644 --- a/docs/rhacm.md +++ b/docs/rhacm.md @@ -138,6 +138,7 @@ Consider adding this application to your cluster if your organization does not h --dest-server https://kubernetes.default.svc \ --repo ${gitops_url:?} \ --path config/argocd \ + --helm-set repoURL=${gitops_url:?} \ --helm-set-string targetRevision="${gitops_branch}" \ --revision ${gitops_branch:?} \ --sync-policy automated \