-
Notifications
You must be signed in to change notification settings - Fork 16.5k
Closed
Labels
area:helm-chartAirflow Helm ChartAirflow Helm Chartgood first issuekind:bugThis is a clearly a bugThis is a clearly a bug
Description
Official Helm Chart version
1.8.0 (latest released)
Apache Airflow version
2.5.1
Kubernetes Version
1.21.14
Helm Chart configuration
# values.yaml
executor: "KubernetesExecutor"Docker Image customizations
None.
What happened
The redis secrets got created
What you think should happen instead
Given all the resources defined in ./chart/templates/redis contain the below condition, it does not seem right to me to get Redis secrets created in the context of the KubernetesExecutor.
{{- if and .Values.redis.enabled (or (eq .Values.executor "CeleryExecutor") (eq .Values.executor "CeleryKubernetesExecutor")) }}Redis secrets might have been missed when this condition was added, because they are located in a different folder?
How to reproduce
Render helm templates
helm template test apache-airflow/airflow --version 1.8.0 --values values.yaml > rendered.yamlAnything 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 Chartgood first issuekind:bugThis is a clearly a bugThis is a clearly a bug