IBM / cloudpak-gitops

Deployment of IBM Cloud Paks using ArgoCD / Red Hat GitOps operator.
Apache License 2.0
22 stars 23 forks source link

rhacm.md doc for argocd-control-plane create missing --helmset for repoURL #332

Closed slipsibm closed 5 months ago

slipsibm commented 6 months ago

I was having trouble when trying to use my own repo to test out of. When I tried installing the rhacm-control-plane, The ArgoCD app would file with an error message about not having permissions or something. I went back and noticed that

--helm-set repoURL=${gitops_url:?} \ was missing from the creation of the argocd-control-plane create statement. once I added this line in, and recreated the ArgoCD Control Plane, everything worked ok.

nastacio commented 5 months ago

Thanks for validating and fixing this. A welcome contribution.

nastacio commented 5 months ago

:tada: This issue has been resolved in version 0.39.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: