Skip to content

Commit

Permalink
Merge pull request #445 from tmshort/OCPBUGS-948
Browse files Browse the repository at this point in the history
OCPBUGS-948: Set openshift.io/scc label to empty
  • Loading branch information
openshift-merge-robot committed Feb 20, 2023
2 parents 8add313 + eb54817 commit bac0505
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 bac0505

Please sign in to comment.