diff --git a/awx/main/utils/execution_environments.py b/awx/main/utils/execution_environments.py index 11aa41edc8..1cb9d8e917 100644 --- a/awx/main/utils/execution_environments.py +++ b/awx/main/utils/execution_environments.py @@ -31,6 +31,8 @@ def get_default_pod_spec(): "kind": "Pod", "metadata": {"namespace": settings.AWX_CONTAINER_GROUP_DEFAULT_NAMESPACE}, "spec": { + "serviceAccountName": "default", + "automountServiceAccountToken": False, "containers": [ { "image": ee.image,