Skip to content

Commit

Permalink
[stable/nginx-ingress] Allow projected volumes in controller-psp.yaml (
Browse files Browse the repository at this point in the history
…helm#21322)

Signed-off-by: Karl-Philipp Richter <krichter@posteo.de>
  • Loading branch information
krichter722 authored and Ian Levesque committed Jul 13, 2020
1 parent 5f13d6f commit f823778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/nginx-ingress/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stable/nginx-ingress/templates/controller-psp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
volumes:
- 'configMap'
#- 'emptyDir'
#- 'projected'
- 'projected'
- 'secret'
#- 'downwardAPI'
hostNetwork: {{ .Values.controller.hostNetwork }}
Expand Down

0 comments on commit f823778

Please sign in to comment.