We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93538de commit cd65459Copy full SHA for cd65459
1 file changed
infra/helm/qmra/templates/configmap.yaml
@@ -4,7 +4,7 @@ metadata:
4
namespace: {{ .Values.namespace }}
5
name: {{ .Values.configmap_name }}
6
data:
7
- DEBUG: {{ .Values.debug }}
+ DEBUG: "{{ .Values.debug }}"
8
DOMAIN_NAME: {{ .Values.domain }}
9
SQLITE_PATH: {{ .Values.sqlite.mount_path }}
10
STATIC_ROOT: {{ .Values.static.mount_path }}
0 commit comments