Official Helm Chart version
1.7.0 (latest released)
Apache Airflow version
2.4.2
Kubernetes Version
1.20
Helm Chart configuration
dags:
gitSync:
enabled: true
persistence:
enabled: true
Docker Image customisations
all is office helm-chart images
What happened
when set gitSync enabled: true and persistence enabled: true for dags, volumes has no name with git-sync-ssh-key, it cause install schedule failed.
What you think should happen instead
in office document for helm-chart, set both true is enabled, so i think set both true should work good, but it failed.
helm upgrade --install airflow apache-airflow/airflow
--set dags.persistence.enabled=true
--set dags.gitSync.enabled=true
How to reproduce
just follow the above question
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Official Helm Chart version
1.7.0 (latest released)
Apache Airflow version
2.4.2
Kubernetes Version
1.20
Helm Chart configuration
dags:
gitSync:
enabled: true
persistence:
enabled: true
Docker Image customisations
all is office helm-chart images
What happened
when set gitSync enabled: true and persistence enabled: true for dags, volumes has no name with git-sync-ssh-key, it cause install schedule failed.
What you think should happen instead
in office document for helm-chart, set both true is enabled, so i think set both true should work good, but it failed.
helm upgrade --install airflow apache-airflow/airflow
--set dags.persistence.enabled=true
--set dags.gitSync.enabled=true
How to reproduce
just follow the above question
Anything else
No response
Are you willing to submit PR?
Code of Conduct