fix: controller psp's volume config (#9740)
* fix: controller psp's volume config * revert chart version
This commit is contained in:
parent
9e097fb79d
commit
e3c9382fc9
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ spec:
|
||||||
volumes:
|
volumes:
|
||||||
- 'configMap'
|
- 'configMap'
|
||||||
- 'emptyDir'
|
- 'emptyDir'
|
||||||
#- 'projected'
|
- 'projected'
|
||||||
- 'secret'
|
- 'secret'
|
||||||
#- 'downwardAPI'
|
- 'downwardAPI'
|
||||||
{{- if .Values.controller.hostNetwork }}
|
{{- if .Values.controller.hostNetwork }}
|
||||||
hostNetwork: {{ .Values.controller.hostNetwork }}
|
hostNetwork: {{ .Values.controller.hostNetwork }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Reference in a new issue