mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2026-05-05 16:56:10 +02:00
Fix helm existing configmap volume ref in workload
This commit is contained in:
parent
690729ccdb
commit
a2e410f8b6
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user