Skip to content

Commit

Permalink
fix(#189): add env var to helm template
Browse files Browse the repository at this point in the history
  • Loading branch information
witash committed Dec 10, 2024
1 parent 5f52f33 commit 88aaca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deploy/cht_sync/templates/dbt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ spec:
value: {{ .Values.postgres.schema }}
- name: CHT_PIPELINE_BRANCH_URL
value: {{ .Values.cht_pipeline_branch_url }}
- name: DBT_THREAD_COUNT
value: {{ .Values.dbt_thread_count | default "1" }}

2 changes: 1 addition & 1 deletion deploy/cht_sync/values.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ postgres:
port: 5432 # if postgres is outside the cluster

cht_pipeline_branch_url: "https://github.com/medic/cht-pipeline.git#main"
DBT_THREAD_COUNT: 1
dbt_thread_count: 1

# values shared by all couchdb instances
# can be omitted if couchdb instances do not share any values
Expand Down

0 comments on commit 88aaca7

Please sign in to comment.