Skip to content

Commit e3c9382

Browse files
authored
fix: controller psp's volume config (#9740)
* fix: controller psp's volume config * revert chart version
1 parent 9e097fb commit e3c9382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/ingress-nginx/templates/controller-psp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ spec:
2828
volumes:
2929
- 'configMap'
3030
- 'emptyDir'
31-
#- 'projected'
31+
- 'projected'
3232
- 'secret'
33-
#- 'downwardAPI'
33+
- 'downwardAPI'
3434
{{- if .Values.controller.hostNetwork }}
3535
hostNetwork: {{ .Values.controller.hostNetwork }}
3636
{{- end }}

0 commit comments

Comments
 (0)