This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new e508e8bcf9 Add gitSync optional env description (#29378)
e508e8bcf9 is described below

commit e508e8bcf952326ca1a021ad692c19c5cb9aee31
Author: Seunghyeon Yang <[email protected]>
AuthorDate: Tue Mar 14 10:42:27 2023 +0900

    Add gitSync optional env description (#29378)
---
 chart/values.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/chart/values.yaml b/chart/values.yaml
index c4ea734a0f..353a363346 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -2003,6 +2003,10 @@ dags:
 
     extraVolumeMounts: []
     env: []
+    # Supported env vars for gitsync can be found at 
https://github.com/kubernetes/git-sync
+    # - name: ""
+    #   value: ""
+
     resources: {}
     #  limits:
     #   cpu: 100m

Reply via email to