mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-12 20:57:20 +00:00
update PSPs to allow projected volumes
This commit is contained in:
@@ -19,6 +19,7 @@ spec:
|
||||
volumes:
|
||||
- 'hostPath'
|
||||
- 'secret'
|
||||
- 'projected'
|
||||
# TODO: This only needs a hostPath to read /etc/ssl/certs,
|
||||
# but it should be able to just include these in the image.
|
||||
allowedHostPaths:
|
||||
|
@@ -20,6 +20,7 @@ spec:
|
||||
- 'configMap'
|
||||
- 'hostPath'
|
||||
- 'secret'
|
||||
- 'projected'
|
||||
allowedHostPaths:
|
||||
- pathPrefix: /var/log
|
||||
- pathPrefix: /var/lib/docker/containers
|
||||
|
Reference in New Issue
Block a user