From df362fe8b4bf7543c360a758459415b47df3a5f2 Mon Sep 17 00:00:00 2001 From: Seunghyeon Yang Date: Mon, 6 Feb 2023 03:03:00 +0900 Subject: [PATCH 1/3] Add gitSync optional env description --- chart/values.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/chart/values.yaml b/chart/values.yaml index ff5ddec1e42ab..a1191723f73a0 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1919,6 +1919,19 @@ dags: extraVolumeMounts: [] env: [] + # Change permissions on the checked-out files to the specified mode. + # - name: GIT_SYNC_PERMISSION + # value: "0755" + # The time to wait before retrying a failed --exechook-command. + # - name: GIT_SYNC_EXECHOOK_BACKOFF + # value: "3s" + # An optional command to be executed after syncing a new hash of the remote repository. + # - name: GIT_SYNC_EXECHOOK_COMMAND + # value: "./scripts/entrypoint.sh" + # The timeout for the --exechook-command. + # - name: GIT_SYNC_EXECHOOK_TIMEOUT + # value: "30s" + resources: {} # limits: # cpu: 100m From cbf98af1d94e58f53afa44cec0aaa0c869128cc2 Mon Sep 17 00:00:00 2001 From: Seunghyeon Yang Date: Wed, 22 Feb 2023 10:43:18 +0900 Subject: [PATCH 2/3] Add gitSync general env description --- chart/values.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index a1191723f73a0..35b4eb375e104 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1919,18 +1919,9 @@ dags: extraVolumeMounts: [] env: [] - # Change permissions on the checked-out files to the specified mode. - # - name: GIT_SYNC_PERMISSION - # value: "0755" - # The time to wait before retrying a failed --exechook-command. - # - name: GIT_SYNC_EXECHOOK_BACKOFF - # value: "3s" - # An optional command to be executed after syncing a new hash of the remote repository. - # - name: GIT_SYNC_EXECHOOK_COMMAND - # value: "./scripts/entrypoint.sh" - # The timeout for the --exechook-command. - # - name: GIT_SYNC_EXECHOOK_TIMEOUT - # value: "30s" + # Supported env vars for gitsync can be found at https://github.com/kubernetes/git-sync + # - name: "" + # value: "" resources: {} # limits: From bfea72d0bda816e6234f5f76c391e6cd879a717c Mon Sep 17 00:00:00 2001 From: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> Date: Mon, 13 Mar 2023 15:56:33 -0600 Subject: [PATCH 3/3] Update chart/values.yaml --- chart/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index ef511b3d56eb6..86711d1263db3 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1942,9 +1942,9 @@ dags: extraVolumeMounts: [] env: [] - # Supported env vars for gitsync can be found at https://github.com/kubernetes/git-sync - # - name: "" - # value: "" + # Supported env vars for gitsync can be found at https://github.com/kubernetes/git-sync + # - name: "" + # value: "" resources: {} # limits: