Skip to content

Commit 88b2f69

Browse files
ialidzhikovvpnachev
authored andcommitted
Adapt csi-driver-node PSP
Co-authored-by: vpnachev <vladimir.nachev@sap.com> Signed-off-by: ialidzhikov <i.alidjikov@gmail.com> ```improvement user An issue preventing csi-driver-node Pods to be created when Shoot specifies `.spec.kubernetes.allowPrivilegedContainers=false` is now fixed. ```
1 parent 232ba39 commit 88b2f69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/internal/shoot-system-components/charts/csi-driver-node/templates/podsecuritypolicy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
spec:
77
privileged: true
88
allowPrivilegeEscalation: true
9+
allowedCapabilities:
10+
- SYS_ADMIN
911
volumes:
1012
- hostPath
1113
- secret

0 commit comments

Comments
 (0)