mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
Rename sidecar container to 'git-repo-syncer'
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -119,7 +119,7 @@ airflow:
|
||||
## Enable in order to download DAG files from git repository.
|
||||
##
|
||||
cloneDagFilesFromGit:
|
||||
enabled: true
|
||||
enabled: false
|
||||
# repository:
|
||||
# branch:
|
||||
# interval:
|
||||
|
||||
Reference in New Issue
Block a user