Skip to content

Commit

Permalink
Update AIRFLOW_PASSWORD in secrets.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RageAgainstTheMachine101 committed Aug 14, 2024
1 parent 1f06f94 commit 92ec417
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ jobs:
--set clickhouse.user=${{ secrets.CLICKHOUSE_USER }} \
--set clickhouse.pass=${{ secrets.CLICKHOUSE_PASSWORD }} \
--set airflow.user=${{ secrets.AIRFLOW_USER }} \
--set airflow.password=${{ secrets.AIRFLOW_PASSWORD }} \
--set airflow.pass=${{ secrets.AIRFLOW_PASSWORD }} \
--set airflow.custom_dag_url=${{ secrets.AIRFLOW_CUSTOM_DAG_URL }}
2 changes: 1 addition & 1 deletion deploy/slack_bot/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ data:
CLICKHOUSE_PASSWORD: {{ .Values.clickhouse.pass | b64enc }}
HYPERSKILLAI_API_KEY: {{ .Values.hyperskillai.apiKey | b64enc }}
AIRFLOW_USER: {{ .Values.airflow.user | b64enc }}
AIRFLOW_PASSWORD: {{ .Values.airflow.password | b64enc }}
AIRFLOW_PASSWORD: {{ .Values.airflow.pass | b64enc }}
CUSTOM_DAG_URL: {{ .Values.airflow.custom_dag_url | b64enc }}

0 comments on commit 92ec417

Please sign in to comment.