This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new bdf608cbfaf Chart; fix documentation on broker-url secret name (#45863)
bdf608cbfaf is described below
commit bdf608cbfafa18596b4cbfceaf5b32eb0e696535
Author: Chris Luedtke <[email protected]>
AuthorDate: Tue Jan 21 15:56:53 2025 -0600
Chart; fix documentation on broker-url secret name (#45863)
---
docs/helm-chart/production-guide.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/helm-chart/production-guide.rst
b/docs/helm-chart/production-guide.rst
index ded0c4143a6..33db6d94431 100644
--- a/docs/helm-chart/production-guide.rst
+++ b/docs/helm-chart/production-guide.rst
@@ -633,7 +633,7 @@ Here is the full list of secrets that can be disabled and
replaced by ``_CMD`` a
| ``<RELEASE_NAME>-airflow-result-backend`` |
``.Values.data.resultBackendSecretName`` | |
``AIRFLOW__CELERY__CELERY_RESULT_BACKEND`` |
| |
| | ``AIRFLOW__CELERY__RESULT_BACKEND`` |
+-------------------------------------------------------+------------------------------------------+--------------------------------------------------+
-| ``<RELEASE_NAME>-airflow-brokerUrl`` |
``.Values.data.brokerUrlSecretName`` | ``AIRFLOW__CELERY__BROKER_URL``
|
+| ``<RELEASE_NAME>-airflow-broker-url`` |
``.Values.data.brokerUrlSecretName`` | ``AIRFLOW__CELERY__BROKER_URL``
|
+-------------------------------------------------------+------------------------------------------+--------------------------------------------------+
| ``<RELEASE_NAME>-elasticsearch`` |
``.Values.elasticsearch.secretName`` | | ``AIRFLOW__ELASTICSEARCH__HOST``
|
| |
| | ``AIRFLOW__ELASTICSEARCH__ELASTICSEARCH_HOST`` |