Skip to content

Commit

Permalink
[add] new git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tuancamtbtx committed Jul 2, 2024
1 parent 4465369 commit 765f44d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions kubernetes/values.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
executor: "KubernetesExecutor"
images:
airflow: "apache/airflow:2.0.1-python3.8"
airflow: "vantuan12345/airlake"
pullPolicy: "IfNotPresent"

tag: "latest"


dags:
gitSync:
enabled: true
repo: git@github.com:tuancamtbtx/airflow-example.git
branch: master
subPath: "airflow/dags"
sshKeySecret: airflow-ssh-secret
enabled: true
repo: git@github.com:tuancamtbtx/airflow-example.git
branch: master
subPath: "airflow/dags"
sshKeySecret: airflow-ssh-secret

0 comments on commit 765f44d

Please sign in to comment.