jedcunningham commented on code in PR #29378:
URL: https://github.com/apache/airflow/pull/29378#discussion_r1113416556
##########
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:
```suggestion
# Supported env vars for gitsync can be found at
https://github.com/kubernetes/git-sync
# - name: ""
# value: ""
```
Let's be general here, I don't want to end up duplicating the whole gitsync
docs here.
--
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]