You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "jedcunningham (via GitHub)" <gi...@apache.org> on 2023/02/21 18:15:12 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #29378: Add gitSync optional env description

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org