1yangsh commented on code in PR #29378:
URL: https://github.com/apache/airflow/pull/29378#discussion_r1113741287


##########
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"

Review Comment:
   I was thinking of expressing only the frequently used env values, but it 
would be better to give a general guide.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to