Skip to content

Commit cd65459

Browse files
committed
other attempt
1 parent 93538de commit cd65459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/helm/qmra/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
namespace: {{ .Values.namespace }}
55
name: {{ .Values.configmap_name }}
66
data:
7-
DEBUG: {{ .Values.debug }}
7+
DEBUG: "{{ .Values.debug }}"
88
DOMAIN_NAME: {{ .Values.domain }}
99
SQLITE_PATH: {{ .Values.sqlite.mount_path }}
1010
STATIC_ROOT: {{ .Values.static.mount_path }}

0 commit comments

Comments
 (0)