Skip to content

Commit

Permalink
fix: typo in GIT_SYNC_MAX_SYNC_FAILURES envvar (#462)
Browse files Browse the repository at this point in the history
Signed-off-by: yb yu <[email protected]>
  • Loading branch information
yb-yu authored Jan 10, 2022
1 parent 32b71b2 commit 0317f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airflow/templates/_helpers/pods.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0317f5e

Please sign in to comment.