Skip to content

Commit

Permalink
fix psa labels instead of annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
liouk committed Feb 6, 2024
1 parent 8594e47 commit b059aaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/0000_10_config-operator_01_openshift-config-ns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ metadata:
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
openshift.io/node-selector: ""
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/warn: privileged
name: openshift-config
labels:
openshift.io/run-level: "0"
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/warn: privileged

0 comments on commit b059aaf

Please sign in to comment.