This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 67e935988ae Modify values in pod launcher role tests (#68357)
67e935988ae is described below
commit 67e935988ae1a96da68fe47ad78f6d6993652be9
Author: Przemysław Mirowski <[email protected]>
AuthorDate: Wed Jun 10 22:39:50 2026 +0200
Modify values in pod launcher role tests (#68357)
---
chart/tests/helm_tests/airflow_aux/test_pod_launcher_role.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/chart/tests/helm_tests/airflow_aux/test_pod_launcher_role.py
b/chart/tests/helm_tests/airflow_aux/test_pod_launcher_role.py
index 3dec8489b92..03dcd34f687 100644
--- a/chart/tests/helm_tests/airflow_aux/test_pod_launcher_role.py
+++ b/chart/tests/helm_tests/airflow_aux/test_pod_launcher_role.py
@@ -320,7 +320,7 @@ class TestPodLauncher:
namespace="airflow",
values={
"rbac": {"create": True},
- "allowJobLaunching": True,
+ "allowPodLaunching": True,
"executor": executor,
"workers": {"celery": {"serviceAccount": {"create": create}}},
},
@@ -339,7 +339,7 @@ class TestPodLauncher:
name="prod",
values={
"rbac": {"create": True},
- "allowJobLaunching": True,
+ "allowPodLaunching": True,
"executor": executor,
"workers": {"celery": {"serviceAccount": {"create": False}}},
},
@@ -370,7 +370,7 @@ class TestPodLauncher:
namespace="airflow",
values={
"rbac": {"create": True},
- "allowJobLaunching": True,
+ "allowPodLaunching": True,
"executor": executor,
"workers": {"celery": {"serviceAccount":
service_account_values}},
},