-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
1.9.0
-
None
-
False
-
-
False
-
-
In the removed features (Red Hat backend plugin for Argo CD replaces RoadieHQ plugin ) documentation it's mentioned that
"Before this update, Red Hat Developer Hub included a RoadieHQ backend plugin for Argo CD support. With this update, Red Hat Developer Hub provides the Red Hat backend plugin for Argo CD in the Extensions Marketplace. While the RoadieHQ plugin remains available, use the Red Hat backend plugin. "
But the installation guide for dynamic plugins , it's still refering "roadiehq" package. which need to be corrected
Add the following to your dynamic-plugins ConfigMap to enable the Argo CD plugin
global: dynamic: includes: - dynamic-plugins.default.yaml plugins: - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/roadiehq-backstage-plugin-argo-cd-backend:<tag> disabled: false - package: oci://ghcr.io/redhat-developer/rhdh-plugin-export-overlays/backstage-community-plugin-argocd:<tag> disabled: false