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 8eeb3ea35fa21698aa049f23c68ba495c8cc2508 Author: caxefaizan <[email protected]> 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: {}
