mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
PodSecurity: update webhook manifest to target linux/amd64 node
This commit is contained in:
parent
d92e0dbea6
commit
f6456d098e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user