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 b170dc7d66 Removes duplicate code block (#23952)
b170dc7d66 is described below

commit b170dc7d66a628e405a824bfbc9fb48a3b3edd63
Author: Marty Jackson <mfjackson2...@gmail.com>
AuthorDate: Thu May 26 18:56:31 2022 -0700

    Removes duplicate code block (#23952)
    
    There's are two code blocks with identical text in the helm-chart docs. 
This commit removes one of them.
---
 docs/helm-chart/manage-dags-files.rst | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/docs/helm-chart/manage-dags-files.rst 
b/docs/helm-chart/manage-dags-files.rst
index a30d79ec8a..eab9c2eac3 100644
--- a/docs/helm-chart/manage-dags-files.rst
+++ b/docs/helm-chart/manage-dags-files.rst
@@ -88,15 +88,6 @@ seconds. The other pods will read the synced DAGs. Not all 
volume plugins have s
 Refer `Persistent Volume Access Modes 
<https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes>`__
 for details.
 
-.. code-block:: bash
-
-    helm upgrade --install airflow apache-airflow/airflow \
-      --set dags.persistence.enabled=true \
-      --set dags.gitSync.enabled=true
-      # you can also override the other persistence or gitSync values
-      # by setting the  dags.persistence.* and dags.gitSync.* values
-      # Please refer to values.yaml for details
-
 .. code-block:: bash
 
     helm upgrade --install airflow apache-airflow/airflow \

Reply via email to