mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-27 15:37:03 +00:00
Fix helm existing configmap volume ref in workload
This commit is contained in:
committed by
maximilien
parent
690729ccdb
commit
a2e410f8b6
@@ -94,7 +94,7 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: configmap
|
- name: configmap
|
||||||
configMap:
|
configMap:
|
||||||
name: {{ include "garage.fullname" . }}-config
|
name: {{ if .Values.garage.existingConfigMap }}{{ .Values.garage.existingConfigMap }}{{ else }}{{ include "garage.fullname" . }}-config{{ end }}
|
||||||
- name: etc
|
- name: etc
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
{{- if .Values.persistence.enabled }}
|
{{- if .Values.persistence.enabled }}
|
||||||
|
|||||||
Reference in New Issue
Block a user