mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +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:
|
spec:
|
||||||
serviceAccountName: pod-security-webhook
|
serviceAccountName: pod-security-webhook
|
||||||
priorityClassName: system-cluster-critical
|
priorityClassName: system-cluster-critical
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/os: linux
|
||||||
|
kubernetes.io/arch: amd64
|
||||||
volumes:
|
volumes:
|
||||||
- name: config
|
- name: config
|
||||||
configMap:
|
configMap:
|
||||||
|
Loading…
Reference in New Issue
Block a user