Merge pull request #1572 from ArthurSens/as/projected-psp

This commit is contained in:
Paweł Krupa
2022-01-04 13:37:13 +01:00
committed by GitHub

View File

@@ -16,6 +16,7 @@ local restrictedPodSecurityPolicy = {
'configMap',
'emptyDir',
'secret',
'projected',
// Assume that persistentVolumes set up by the cluster admin are safe to use.
'persistentVolumeClaim',
],