Skip to content

Instantly share code, notes, and snippets.

@carlosescura
Created May 8, 2020 09:03
Show Gist options
  • Save carlosescura/de690f41b8025236ab86e50a205102b8 to your computer and use it in GitHub Desktop.
Save carlosescura/de690f41b8025236ab86e50a205102b8 to your computer and use it in GitHub Desktop.
dags:
path: /usr/local/airflow/dags
git:
secret: git-secrets
repoHost: github.com
privateKeyName: id_rsa
gitSync:
enabled: true
refreshTime: 60 # In seconds
resources:
limits:
cpu: "50m"
memory: "128Mi"
requests:
cpu: "10m"
memory: "50Mi"
initContainer:
enabled: true
installRequirements: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment