Add missing extraVolumeMounts to the controllerManager (#196)
This commit is contained in:
@@ -229,6 +229,9 @@ spec:
|
|||||||
- name: spire-controller-manager-tmp
|
- name: spire-controller-manager-tmp
|
||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
readOnly: false
|
readOnly: false
|
||||||
|
{{- if gt (len .Values.extraVolumeMounts) 0 }}
|
||||||
|
{{- toYaml .Values.extraVolumeMounts | nindent 12 }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if eq (.Values.tornjak.enabled | toString) "true" }}
|
{{- if eq (.Values.tornjak.enabled | toString) "true" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user