Re: [PR] gitSync: add envFrom to support proxy settings from k8s secret [airflow]

2024-06-14 Thread via GitHub
eladkal commented on code in PR #39031: URL: https://github.com/apache/airflow/pull/39031#discussion_r1640157564 ## helm_tests/airflow_aux/test_pod_template_file.py: ## @@ -98,6 +98,7 @@ def test_should_add_an_init_container_if_git_sync_is_true(self):

Re: [PR] gitSync: add envFrom to support proxy settings from k8s secret [airflow]

2024-05-29 Thread via GitHub
amoghrajesh commented on code in PR #39031: URL: https://github.com/apache/airflow/pull/39031#discussion_r1618725802 ## helm_tests/airflow_aux/test_pod_template_file.py: ## @@ -98,6 +98,7 @@ def test_should_add_an_init_container_if_git_sync_is_true(self):

Re: [PR] gitSync: add envFrom to support proxy settings from k8s secret [airflow]

2024-05-29 Thread via GitHub
rasulkarimov commented on PR #39031: URL: https://github.com/apache/airflow/pull/39031#issuecomment-2137053748 > I'd much rather we move [gitSync.env](https://github.com/apache/airflow/blob/58820a914c9b84c378c9bc1acd4ddbcb4e4a3497/chart/values.schema.json#L7408) to accept

Re: [PR] gitSync: add envFrom to support proxy settings from k8s secret [airflow]

2024-05-01 Thread via GitHub
rasulkarimov commented on PR #39031: URL: https://github.com/apache/airflow/pull/39031#issuecomment-2088870335 > look good, can you fix current tests to validate your changes? Thank you! Fixed tests. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] gitSync: add envFrom to support proxy settings from k8s secret [airflow]

2024-04-21 Thread via GitHub
romsharon98 commented on PR #39031: URL: https://github.com/apache/airflow/pull/39031#issuecomment-2067953964 look good, can you add some tests? -- 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

Re: [PR] gitSync: add envFrom to support proxy settings from k8s secret [airflow]

2024-04-15 Thread via GitHub
rasulkarimov commented on PR #39031: URL: https://github.com/apache/airflow/pull/39031#issuecomment-2057982594 @jedcunningham "restricting it artificially" - I agree with your point, I just wanted to follow the established pattern in the "git_sync_container" template. However, using