redhat-cop / gitops-catalog

Tools and technologies that are hosted on an OpenShift cluster
Apache License 2.0
317 stars 157 forks source link

Remove component from operator base kustomization.yaml #328

Open bemarek opened 3 months ago

bemarek commented 3 months ago

In general, components should rather appear in overlays, thus the change.

In this particular case there is also another issue, because enable-console-plugin component depends on GitOPS operator (e.g. openshift-gitops namespace must exist), which of course is not yet available, so kustomize will always throw errors whenever this component is used.