Skip to content

Commit

Permalink
PodSecurity: update webhook manifest to target linux/amd64 node
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Nov 3, 2021
1 parent d92e0db commit f6456d0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ spec:
spec:
serviceAccountName: pod-security-webhook
priorityClassName: system-cluster-critical
nodeSelector:
kubernetes.io/os: linux
kubernetes.io/arch: amd64
volumes:
- name: config
configMap:
Expand Down

0 comments on commit f6456d0

Please sign in to comment.