IBM / cloudpak-gitops

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

fix: RHACM installation instructions do not create the rhacm-control-plane AppProject #294

Closed nastacio closed 11 months ago

nastacio commented 11 months ago

Describe the bug The RHACM install docs don't say the admin should install the argocd-app application, which contains the rhacm-control-plane AppProject.

Instructions should add:

  1. (preferred) Install the argo-app first OR
  2. If ArgoCD already has a config you don't want overridden, apply the 0300-app-project-rhacm-control-plane.yaml resource individually

To Reproduce Steps to reproduce the behavior:

  1. Follow the RHACM install docs, strictly, without installing the argo-app
  2. Synchronization fails with the error message in the "Screenshots" section, complaining that the AppProject rhacm-control-plane does not allow changes to the "openshift-gitops" namespace.

Expected behavior Installation should work.

Screenshots image image image

Additional context

Credit to Stuart Lipshires for the report.