From e3896295478c5cbf044be68707cc644bed086b5f Mon Sep 17 00:00:00 2001 From: Jan Stourac Date: Thu, 5 Dec 2024 12:25:36 +0100 Subject: [PATCH] Synces kustomization.yaml namespace with what we have in upstream The odh/rhoai operator overrides the namespace values anyway, so we should be okay. With this in sync with upstream, we reduce the code difference and will able the e2e tests to work as are defined now. We may want to rethink the e2e test env preparation in the future eventually. --- .../config/overlays/openshift/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/notebook-controller/config/overlays/openshift/kustomization.yaml b/components/notebook-controller/config/overlays/openshift/kustomization.yaml index 05730eebaa1..e3bde1e9db8 100644 --- a/components/notebook-controller/config/overlays/openshift/kustomization.yaml +++ b/components/notebook-controller/config/overlays/openshift/kustomization.yaml @@ -3,6 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - ../../base +namespace: opendatahub commonLabels: app.kubernetes.io/part-of: odh-notebook-controller component.opendatahub.io/name: kf-notebook-controller