Merge pull request #6688 from mhulscher/psp-emptydir

feat: allow volume-type emptyDir in controller podsecuritypolicy
This commit is contained in:
Kubernetes Prow Robot 2020-12-29 05:24:28 -08:00 committed by GitHub
commit f239fe07ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ spec:
# Allow core volume types. # Allow core volume types.
volumes: volumes:
- 'configMap' - 'configMap'
#- 'emptyDir' - 'emptyDir'
#- 'projected' #- 'projected'
- 'secret' - 'secret'
#- 'downwardAPI' #- 'downwardAPI'