Rename sidecar container to 'git-repo-syncer'

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
juan131
2019-05-24 17:26:27 +02:00
parent 305dda2029
commit 60c90851d8
4 changed files with 4 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ spec:
- name: git-cloned-dag-files
mountPath: /dags
containers:
- name: clone-repo-sidecar
- name: git-repo-syncer
image: "{{ template "git.image" . }}"
imagePullPolicy: {{ .Values.git.pullPolicy | quote }}
command:

View File

@@ -59,7 +59,7 @@ spec:
- name: git-cloned-dag-files
mountPath: /dags
containers:
- name: clone-repo-sidecar
- name: git-repo-syncer
image: "{{ template "git.image" . }}"
imagePullPolicy: {{ .Values.git.pullPolicy | quote }}
command:

View File

@@ -63,7 +63,7 @@ spec:
- name: git-cloned-dag-files
mountPath: /dags
containers:
- name: clone-repo-sidecar
- name: git-repo-syncer
image: "{{ template "git.image" . }}"
imagePullPolicy: {{ .Values.git.pullPolicy | quote }}
command:

View File

@@ -119,7 +119,7 @@ airflow:
## Enable in order to download DAG files from git repository.
##
cloneDagFilesFromGit:
enabled: true
enabled: false
# repository:
# branch:
# interval: