fix: controller psp's volume config

This commit is contained in:
tanner 2023-03-15 17:41:35 +09:00
parent dba7ae04f5
commit cbbd2fd7f2
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -24,4 +24,4 @@ maintainers:
name: ingress-nginx
sources:
- https://github.com/kubernetes/ingress-nginx
version: 4.5.2
version: 4.5.3

View file

@ -28,9 +28,9 @@ spec:
volumes:
- 'configMap'
- 'emptyDir'
#- 'projected'
- 'projected'
- 'secret'
#- 'downwardAPI'
- 'downwardAPI'
{{- if .Values.controller.hostNetwork }}
hostNetwork: {{ .Values.controller.hostNetwork }}
{{- end }}