From 8ff9c383496df6c9709a8146d68aab48f296f35f Mon Sep 17 00:00:00 2001 From: Marek Bednarczyk <43985995+bemarek@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:31:56 +0200 Subject: [PATCH] Remove component from operator base kustomization.yaml 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. --- openshift-gitops-operator/operator/base/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift-gitops-operator/operator/base/kustomization.yaml b/openshift-gitops-operator/operator/base/kustomization.yaml index dbedd759..48c08c36 100644 --- a/openshift-gitops-operator/operator/base/kustomization.yaml +++ b/openshift-gitops-operator/operator/base/kustomization.yaml @@ -5,4 +5,4 @@ resources: - subscription.yaml components: - - ../components/enable-console-plugin +