[stable/nginx-ingress] Allow projected volumes in controller-psp.yaml (#21322)

Signed-off-by: Karl-Philipp Richter <krichter@posteo.de>
This commit is contained in:
Karl-Philipp Richter
2020-03-09 11:23:35 -07:00
committed by GitHub
parent 98c8a13266
commit e92f08c863
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: nginx-ingress
version: 1.33.4
version: 1.33.5
appVersion: 0.30.0
home: https://github.com/kubernetes/ingress-nginx
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
@@ -17,7 +17,7 @@ spec:
volumes:
- 'configMap'
#- 'emptyDir'
#- 'projected'
- 'projected'
- 'secret'
#- 'downwardAPI'
hostNetwork: {{ .Values.controller.hostNetwork }}