Skip to content

Commit

Permalink
OCPBUGS-948: Set openshift.io/scc label to empty
Browse files Browse the repository at this point in the history
Label is unused.
  • Loading branch information
tmshort committed Feb 15, 2023
1 parent 8aa0b41 commit eb54817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/0000_50_olm_00-namespace.yaml
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
pod-security.kubernetes.io/enforce: restricted
pod-security.kubernetes.io/enforce-version: "v1.24"
openshift.io/scc: "anyuid"
openshift.io/scc: ""
openshift.io/cluster-monitoring: "true"
annotations:
openshift.io/node-selector: ""
Expand All @@ -20,7 +20,7 @@ metadata:
labels:
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/enforce-version: "v1.24"
openshift.io/scc: "anyuid"
openshift.io/scc: ""
annotations:
openshift.io/node-selector: ""
workload.openshift.io/allowed: "management"
Expand Down
2 changes: 1 addition & 1 deletion scripts/namespaces.patch.yaml
Expand Up @@ -3,4 +3,4 @@ metadata:
openshift.io/node-selector: ""
workload.openshift.io/allowed: "management"
labels:
openshift.io/scc: "anyuid"
openshift.io/scc: ""

0 comments on commit eb54817

Please sign in to comment.