Add support for PodSecurityStandards (#9713)
parent
7730cfd619
commit
6c41191646
|
@ -4,6 +4,9 @@ metadata:
|
|||
name: metallb-system
|
||||
labels:
|
||||
app: metallb
|
||||
pod-security.kubernetes.io/audit: privileged
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/warn: privileged
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
|
|
Loading…
Reference in New Issue