mnacharov commented on code in PR #34342:
URL: https://github.com/apache/airflow/pull/34342#discussion_r1326119428


##########
airflow/providers/cncf/kubernetes/pod_template_file_examples/git_sync_template.yaml:
##########
@@ -26,21 +26,21 @@ metadata:
 spec:
   initContainers:
     - name: git-sync
-      image: "registry.k8s.io/git-sync/git-sync:v3.6.3"
+      image: "registry.k8s.io/git-sync/git-sync:v4.0.0"
       env:
-        - name: GIT_SYNC_BRANCH
+        - name: GITSYNC_REF

Review Comment:
   I also add example of git-sync v4.0.0+ usage in pod_template in separate 
yaml file



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