You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by je...@apache.org on 2022/01/27 00:01:01 UTC

[airflow] 06/09: name mismatch (#21055)

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

jedcunningham pushed a commit to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 7f592d0bbc653a3cc398525e233e2f2a7bc9b67c
Author: caxefaizan <63...@users.noreply.github.com>
AuthorDate: Mon Jan 24 16:17:23 2022 +0530

    name mismatch (#21055)
    
    (cherry picked from commit 4fb005ec122a1c0091db0083c2fe4305473abb49)
---
 .../kubernetes/pod_template_file_examples/dags_in_volume_template.yaml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/kubernetes/pod_template_file_examples/dags_in_volume_template.yaml b/airflow/kubernetes/pod_template_file_examples/dags_in_volume_template.yaml
index 389fe37..cc46149 100644
--- a/airflow/kubernetes/pod_template_file_examples/dags_in_volume_template.yaml
+++ b/airflow/kubernetes/pod_template_file_examples/dags_in_volume_template.yaml
@@ -63,7 +63,7 @@ spec:
     fsGroup: 50000
   serviceAccountName: "RELEASE-NAME-worker-serviceaccount"
   volumes:
-    - name: dags
+    - name: airflow-dags
       persistentVolumeClaim:
         claimName: RELEASE-NAME-dags
     - emptyDir: {}