Skip to content

Commit

Permalink
fix: controller psp's volume config (#9740)
Browse files Browse the repository at this point in the history
* fix: controller psp's volume config

* revert chart version
  • Loading branch information
kimxogus authored Mar 21, 2023
1 parent 9e097fb commit e3c9382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ingress-nginx/templates/controller-psp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ spec:
volumes:
- 'configMap'
- 'emptyDir'
#- 'projected'
- 'projected'
- 'secret'
#- 'downwardAPI'
- 'downwardAPI'
{{- if .Values.controller.hostNetwork }}
hostNetwork: {{ .Values.controller.hostNetwork }}
{{- end }}
Expand Down

0 comments on commit e3c9382

Please sign in to comment.