diff --git a/deploy/chart/templates/0000_50_olm_00-namespace.yaml b/deploy/chart/templates/0000_50_olm_00-namespace.yaml index ffc1485849..17f36da667 100644 --- a/deploy/chart/templates/0000_50_olm_00-namespace.yaml +++ b/deploy/chart/templates/0000_50_olm_00-namespace.yaml @@ -6,7 +6,7 @@ metadata: annotations: openshift.io/node-selector: "" labels: - openshift.io/run-level: "1" + openshift.io/scc: "anyuid" openshift.io/cluster-monitoring: "true" {{ end }} --- @@ -18,5 +18,5 @@ metadata: annotations: openshift.io/node-selector: "" labels: - openshift.io/run-level: "1" + openshift.io/scc: "anyuid" {{ end }} diff --git a/manifests/0000_50_olm_00-namespace.yaml b/manifests/0000_50_olm_00-namespace.yaml index 932a75cc27..68ab7c027e 100644 --- a/manifests/0000_50_olm_00-namespace.yaml +++ b/manifests/0000_50_olm_00-namespace.yaml @@ -5,7 +5,7 @@ metadata: annotations: openshift.io/node-selector: "" labels: - openshift.io/run-level: "1" + openshift.io/scc: "anyuid" openshift.io/cluster-monitoring: "true" --- @@ -16,5 +16,4 @@ metadata: annotations: openshift.io/node-selector: "" labels: - openshift.io/run-level: "1" - + openshift.io/scc: "anyuid"