This is an automated email from the ASF dual-hosted git repository.

potiuk 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 889047094b Fix/helm chart redis docs (#39115)
889047094b is described below

commit 889047094b569a51c13a0fd8d8cf6afa187eef55
Author: rom sharon <[email protected]>
AuthorDate: Thu Apr 18 17:11:40 2024 +0300

    Fix/helm chart redis docs (#39115)
    
    * add log for running callback
    
    * revert
    
    * fix docs
---
 docs/helm-chart/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/helm-chart/index.rst b/docs/helm-chart/index.rst
index e86fa71dce..adbec48536 100644
--- a/docs/helm-chart/index.rst
+++ b/docs/helm-chart/index.rst
@@ -155,7 +155,7 @@ To run database migrations with Argo CD automatically, you 
will need to add:
 
 This will run database migrations every time there is a ``Sync`` event in Argo 
CD. While it is not ideal to run the migrations on every sync, it is a 
trade-off that allows them to be run automatically.
 
-If you use the Celery(Kubernetes)Executor with the built-in Redis, it is 
recommended that you set up a static Redis password either by supplying 
``redis.passwordSecretName`` and ``redis.data.brokerUrlSecretName`` or 
``redis.password``.
+If you use the Celery(Kubernetes)Executor with the built-in Redis, it is 
recommended that you set up a static Redis password either by supplying 
``redis.passwordSecretName`` and ``data.brokerUrlSecretName`` or 
``redis.password``.
 
 
 Naming Conventions

Reply via email to