From 39fea580851086c254637395ff03111edd7e8dcb Mon Sep 17 00:00:00 2001 From: Mitch Hulscher Date: Mon, 28 Dec 2020 11:01:32 +0100 Subject: [PATCH] feat: allow volume-type emptyDir in controller podsecuritypolicy --- charts/ingress-nginx/templates/controller-psp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ingress-nginx/templates/controller-psp.yaml b/charts/ingress-nginx/templates/controller-psp.yaml index bcf588c3c..3b98b4666 100644 --- a/charts/ingress-nginx/templates/controller-psp.yaml +++ b/charts/ingress-nginx/templates/controller-psp.yaml @@ -20,7 +20,7 @@ spec: # Allow core volume types. volumes: - 'configMap' - #- 'emptyDir' + - 'emptyDir' #- 'projected' - 'secret' #- 'downwardAPI'