-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Closed
Labels
area:helm-chartAirflow Helm ChartAirflow Helm Chartkind:bugThis is a clearly a bugThis is a clearly a bug
Description
Official Helm Chart version
1.6.0 (latest released)
Apache Airflow version
2.3.2
Kubernetes Version
1.20.11
Helm Chart configuration
dags.gitSync.branch=develop
dags.gitSync.subPath=dags
dags:
persistence:
enabled: true
size: 1Gi
storageClassName: "file-dr-off-pdc1"
accessMode: ReadWriteMany
gitSync:
enabled: true
branch: master
rev: HEAD
depth: 1
maxFailures: 3
env:
- name: GIT_SYNC_SUBMODULES
value: 'off'
Docker Image customisations
No response
What happened
When applying the provided values.yml the whole repository is still synced, not just the dags folder in the repository.
airflow@ci-airflow-scheduler-4k4gn:/opt/airflow/dags/repo$ ls
README.md dags docker-compose.yaml docker-compose.yml pyproject.toml tests
What you think should happen instead
Only the provided subPath would be synced in to /opt/airflow/dags/repo
How to reproduce
No response
Anything else
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:helm-chartAirflow Helm ChartAirflow Helm Chartkind:bugThis is a clearly a bugThis is a clearly a bug