diff --git a/templates/statefulset.yaml b/templates/statefulset.yaml index d4cdf30..f20174f 100644 --- a/templates/statefulset.yaml +++ b/templates/statefulset.yaml @@ -82,6 +82,9 @@ spec: {{- if .Values.sidecars }} {{- toYaml .Values.sidecars | nindent 8 }} {{- end }} + {{- if .Values.additionalVolumes }} + {{- toYaml .Values.additionalVolumes | nindent 6 }} + {{- end }} {{- if .Values.serviceAccount.create }} serviceAccountName: {{ .Values.serviceAccount.name }} {{- end }}