Desdroid commented on PR #65006: URL: https://github.com/apache/airflow/pull/65006#issuecomment-4222534734
A Workaround for this bug is this config: ```yaml # Workaround until https://github.com/apache/airflow/pull/65006 gets merged enableBuiltInSecretEnvVars: AIRFLOW__CELERY__BROKER_URL: false extraEnv: | - name: AIRFLOW__CELERY__BROKER_URL valueFrom: secretKeyRef: name: '{{ include "airflow.fullname" . }}-broker-url' key: connection ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
