Skip to content

Commit 55c2a7f

Browse files
committed
fix mustaches...
1 parent 9ebe05f commit 55c2a7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/helm/qmra/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ spec:
4141
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
4242
envFrom:
4343
- configMapRef:
44-
name: { { .Values.configmap_name } }
44+
name: {{ .Values.configmap_name }}
4545
volumeMounts:
4646
- name: static
47-
mountPath: { { .Values.static.mount_path } }
47+
mountPath: {{ .Values.static.mount_path }}
4848
command: [ python, manage.py, collectstatic, --noinput ]
4949
containers:
5050
- name: {{ .Chart.Name }}

0 commit comments

Comments
 (0)