Fix helm existing configmap volume ref in workload

This commit is contained in:
Philip Zingmark 2026-03-17 18:23:04 +01:00 committed by maximilien
parent 690729ccdb
commit a2e410f8b6

View File

@ -94,7 +94,7 @@ spec:
volumes:
- name: configmap
configMap:
name: {{ include "garage.fullname" . }}-config
name: {{ if .Values.garage.existingConfigMap }}{{ .Values.garage.existingConfigMap }}{{ else }}{{ include "garage.fullname" . }}-config{{ end }}
- name: etc
emptyDir: {}
{{- if .Values.persistence.enabled }}