Skip to content

Commit

Permalink
Update rhacm.md
Browse files Browse the repository at this point in the history
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
  • Loading branch information
slipsibm authored and nastacio committed May 1, 2024
1 parent c8f9883 commit c992317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rhacm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c992317

Please sign in to comment.