Skip to content

Commit

Permalink
Adapt csi-driver-node PSP
Browse files Browse the repository at this point in the history
Co-authored-by: vpnachev <[email protected]>
Signed-off-by: ialidzhikov <[email protected]>

```improvement user
An issue preventing csi-driver-node Pods to be created when Shoot specifies `.spec.kubernetes.allowPrivilegedContainers=false` is now fixed.
```
  • Loading branch information
ialidzhikov authored and vpnachev committed Sep 11, 2020
1 parent 232ba39 commit 88b2f69
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
spec:
privileged: true
allowPrivilegeEscalation: true
allowedCapabilities:
- SYS_ADMIN
volumes:
- hostPath
- secret
Expand Down

0 comments on commit 88b2f69

Please sign in to comment.