romsharon98 commented on code in PR #43264:
URL: https://github.com/apache/airflow/pull/43264#discussion_r1810643283
##########
helm_tests/airflow_aux/test_pod_template_file.py:
##########
@@ -266,12 +266,18 @@ def test_should_set_username_and_pass_env_variables(self):
"credentialsSecret": "user-pass-secret",
"sshKeySecret": None,
}
+ },
+ "images": {
+ "gitSync": {
+ "tag": "v3.1.0"
+ }
}
},
show_only=["templates/pod-template-file.yaml"],
chart_dir=self.temp_chart_dir,
)
+ # Testing git-sync v3
Review Comment:
can we check that it does not create the variables for git-sync 4? (and the
same for the 3 in the other test)
--
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]