From 4668151ff7e026d8002c88f5009cdc778b8de24f Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Mon, 22 Jan 2024 02:09:10 -0800 Subject: [PATCH] Add missing extraVolumeMounts to the controllerManager (#196) --- charts/spire/charts/spire-server/templates/statefulset.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/charts/spire/charts/spire-server/templates/statefulset.yaml b/charts/spire/charts/spire-server/templates/statefulset.yaml index 92c9a7b..9e6a8cf 100644 --- a/charts/spire/charts/spire-server/templates/statefulset.yaml +++ b/charts/spire/charts/spire-server/templates/statefulset.yaml @@ -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" }}