Merge pull request 'Fix helm existing configmap volume ref in workload' (#1388) from PhilleZi/garage:fix-helm-existing-configmap into main-v2

Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/1388
Reviewed-by: maximilien <git@mricher.fr>
This commit is contained in:
maximilien
2026-04-16 16:20:27 +00:00
+1 -1
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 }}