mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user