Under which category would you file this issue?
Helm chart
Apache Airflow version
3.1.7
What happened and how to reproduce it?
when installing airflow using Helm cannot change $AIRFLOW_HOME/dags/repo/YOURGIT dags and its defined in _helpers.yaml.should we can change this
What you think should happen instead?
can change this from values.yaml
Operating System
running on k8s
Deployment
Official Apache Airflow Helm Chart
Apache Airflow Provider(s)
No response
Versions of Apache Airflow Providers
3.1.7
Official Helm Chart version
1.19.0
Kubernetes Version
1.35
Helm Chart configuration
dags:
gitSync:
branch: dev
containerName: git-sync
credentialsSecret: airflow-git-credentials
enabled: true
period: 30s
ref: HEAD
repo: https://git.com/repo
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
rev: HEAD
securityContexts:
container: {}
subPath: ""
uid: 65533
Docker Image customizations
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
Under which category would you file this issue?
Helm chart
Apache Airflow version
3.1.7
What happened and how to reproduce it?
when installing airflow using Helm cannot change $AIRFLOW_HOME/dags/repo/YOURGIT dags and its defined in _helpers.yaml.should we can change this
What you think should happen instead?
can change this from values.yaml
Operating System
running on k8s
Deployment
Official Apache Airflow Helm Chart
Apache Airflow Provider(s)
No response
Versions of Apache Airflow Providers
3.1.7
Official Helm Chart version
1.19.0
Kubernetes Version
1.35
Helm Chart configuration
dags:
gitSync:
branch: dev
containerName: git-sync
credentialsSecret: airflow-git-credentials
enabled: true
period: 30s
ref: HEAD
repo: https://git.com/repo
resources:
limits:
cpu: 200m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
rev: HEAD
securityContexts:
container: {}
subPath: ""
uid: 65533
Docker Image customizations
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct