nevcohen commented on code in PR #41759:
URL: https://github.com/apache/airflow/pull/41759#discussion_r1731658358
##########
helm_tests/other/test_pgbouncer.py:
##########
@@ -837,3 +837,32 @@ def test_pgbouncer_network_policy_with_keda(self, conf,
expected_selector):
)
assert expected_selector ==
jmespath.search("spec.ingress[0].from[1:]", docs[0])
+
+
+class TestPgbouncerIngress:
+ """Tests PgBouncer Ingress."""
+
+ def test_pgbouncer_ingress(self):
+ docs = render_chart(
+ values={
Review Comment:
Add also `ingressClassName` (same to statsd)
--
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]