Skip to content

Commit

Permalink
feat: triggered airflow dag name is defined in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Jul 8, 2020
1 parent 170c1d2 commit 1bf64e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/cas-ciip-portal/templates/airflow-dag-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ spec:
- /usr/bin/env
- bash
- -c
- ./trigger-airflow-dag.sh ciip_deploy_db
- ./trigger-airflow-dag.sh {{ .Values.dag.name }}
1 change: 1 addition & 0 deletions helm/cas-ciip-portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ persistence:
dag:
# a command to be executed at the beginning of the init-db job, running in the psql image abov
preInitDb: ""
name: "ciip_deploy_db"

env:
smtpConnectionString: smtp://apps.smtp.gov.bc.ca/?port=25&ignoreTLS=true&secure=false
Expand Down

0 comments on commit 1bf64e6

Please sign in to comment.