From e92f08c863e4580b653be775e6313f4ac7688b39 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Richter Date: Mon, 9 Mar 2020 19:23:35 +0100 Subject: [PATCH] [stable/nginx-ingress] Allow projected volumes in controller-psp.yaml (#21322) Signed-off-by: Karl-Philipp Richter --- stable/nginx-ingress/Chart.yaml | 2 +- stable/nginx-ingress/templates/controller-psp.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/nginx-ingress/Chart.yaml b/stable/nginx-ingress/Chart.yaml index 32c5125bcd..ae0986500a 100644 --- a/stable/nginx-ingress/Chart.yaml +++ b/stable/nginx-ingress/Chart.yaml @@ -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. diff --git a/stable/nginx-ingress/templates/controller-psp.yaml b/stable/nginx-ingress/templates/controller-psp.yaml index b91ecba22d..8196d1de4e 100644 --- a/stable/nginx-ingress/templates/controller-psp.yaml +++ b/stable/nginx-ingress/templates/controller-psp.yaml @@ -17,7 +17,7 @@ spec: volumes: - 'configMap' #- 'emptyDir' - #- 'projected' + - 'projected' - 'secret' #- 'downwardAPI' hostNetwork: {{ .Values.controller.hostNetwork }}