feat: manual only deployment
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
executor: KubernetesExecutor
|
||||
|
||||
dags:
|
||||
gitSync:
|
||||
enabled: true
|
||||
repo: git@github.com:idirbfs/dags.git
|
||||
branch: main
|
||||
rev: HEAD
|
||||
depth: 1
|
||||
maxFailures: 3
|
||||
subPath: ""
|
||||
sshKeySecret: airflow-gitsync-ssh
|
||||
period: 60s
|
||||
|
||||
ingress:
|
||||
apiServer:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user