Skip to content

Commit

Permalink
openshift: add podSecurity labels
Browse files Browse the repository at this point in the history
Openshift has pod security admission enabled by default. Adding the
required labels.
  • Loading branch information
onong committed Oct 27, 2023
1 parent ab9e816 commit b46bacf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ metadata:
labels:
name: calico-vpp-dataplane
openshift.io/run-level: "0"
security.openshift.io/scc.podSecurityLabelSync: "false"
pod-security.kubernetes.io/audit: privileged
pod-security.kubernetes.io/enforce: privileged
pod-security.kubernetes.io/warn: privileged

0 comments on commit b46bacf

Please sign in to comment.