From 0317f5e6830b27deb8a502fe25385e16475175a6 Mon Sep 17 00:00:00 2001 From: YB Yu Date: Mon, 10 Jan 2022 13:19:46 +0900 Subject: [PATCH] fix: typo in `GIT_SYNC_MAX_SYNC_FAILURES` envvar (#462) Signed-off-by: yb yu --- charts/airflow/templates/_helpers/pods.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/airflow/templates/_helpers/pods.tpl b/charts/airflow/templates/_helpers/pods.tpl index 9283f3c7..eb7c41fb 100644 --- a/charts/airflow/templates/_helpers/pods.tpl +++ b/charts/airflow/templates/_helpers/pods.tpl @@ -225,7 +225,7 @@ EXAMPLE USAGE: {{ include "airflow.container.git_sync" (dict "Release" .Release value: {{ .Values.dags.gitSync.syncTimeout | quote }} - name: GIT_SYNC_ADD_USER value: "true" - - name: GIT_SYNC_MAX_FAILURES + - name: GIT_SYNC_MAX_SYNC_FAILURES value: {{ .Values.dags.gitSync.maxFailures | quote }} {{- if .Values.dags.gitSync.sshSecret }} - name: GIT_SYNC_SSH