Add missing extraVolumeMounts to the controllerManager (#196)

This commit is contained in:
kfox1111
2024-01-22 11:09:10 +01:00
committed by GitHub
parent 367292682b
commit 4668151ff7
@@ -229,6 +229,9 @@ spec:
- name: spire-controller-manager-tmp
mountPath: /tmp
readOnly: false
{{- if gt (len .Values.extraVolumeMounts) 0 }}
{{- toYaml .Values.extraVolumeMounts | nindent 12 }}
{{- end }}
{{- end }}
{{- if eq (.Values.tornjak.enabled | toString) "true" }}