Skip to content

Commit aa5d313

Browse files
committed
fix(#189): quoting env var
1 parent ce78d3c commit aa5d313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/cht_sync/templates/dbt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ spec:
4040
- name: CHT_PIPELINE_BRANCH_URL
4141
value: {{ .Values.cht_pipeline_branch_url }}
4242
- name: DBT_THREAD_COUNT
43-
value: {{ .Values.dbt_thread_count | default "1" }}
43+
value: {{ .Values.dbt_thread_count | default "1" | quote }}
4444

0 commit comments

Comments
 (0)