mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Add support for PodSecurityStandards (#9713)
This commit is contained in:
committed by
GitHub
parent
7730cfd619
commit
6c41191646
@@ -4,6 +4,9 @@ metadata:
|
|||||||
name: metallb-system
|
name: metallb-system
|
||||||
labels:
|
labels:
|
||||||
app: metallb
|
app: metallb
|
||||||
|
pod-security.kubernetes.io/audit: privileged
|
||||||
|
pod-security.kubernetes.io/enforce: privileged
|
||||||
|
pod-security.kubernetes.io/warn: privileged
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
|
|||||||
Reference in New Issue
Block a user