This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 c77ba1e1281 Doc: update chart info about built-in secrets and
environment variables (#58317)
c77ba1e1281 is described below
commit c77ba1e128106e90f86a0ea62a2978c71af1da8c
Author: Aakcht <[email protected]>
AuthorDate: Sat Nov 15 02:37:40 2025 +0500
Doc: update chart info about built-in secrets and environment variables
(#58317)
---
chart/docs/production-guide.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/chart/docs/production-guide.rst b/chart/docs/production-guide.rst
index 71311b525b9..159704766d0 100644
--- a/chart/docs/production-guide.rst
+++ b/chart/docs/production-guide.rst
@@ -631,6 +631,10 @@ Here is the full list of secrets that can be disabled and
replaced by ``_CMD`` a
+-------------------------------------------------------+------------------------------------------+--------------------------------------------------+
| ``<RELEASE_NAME>-fernet-key`` |
``.Values.fernetKeySecretName`` | ``AIRFLOW__CORE__FERNET_KEY``
|
+-------------------------------------------------------+------------------------------------------+--------------------------------------------------+
+| ``<RELEASE_NAME>-api-secret-key`` |
``.Values.apiSecretKeySecretName`` | ``AIRFLOW__API__SECRET_KEY``
|
++-------------------------------------------------------+------------------------------------------+--------------------------------------------------+
+| ``<RELEASE_NAME>-jwt-secret`` |
``.Values.jwtSecretName`` | ``AIRFLOW__API_AUTH__JWT_SECRET``
|
++-------------------------------------------------------+------------------------------------------+--------------------------------------------------+
| ``<RELEASE_NAME>-webserver-secret-key`` |
``.Values.webserverSecretKeySecretName`` | ``AIRFLOW__WEBSERVER__SECRET_KEY``
|
+-------------------------------------------------------+------------------------------------------+--------------------------------------------------+
| ``<RELEASE_NAME>-airflow-result-backend`` |
``.Values.data.resultBackendSecretName`` | |
``AIRFLOW__CELERY__CELERY_RESULT_BACKEND`` |