diff --git a/stack_orchestrator/deploy/k8s/cluster_info.py b/stack_orchestrator/deploy/k8s/cluster_info.py index 0925a75d..1f7e464e 100644 --- a/stack_orchestrator/deploy/k8s/cluster_info.py +++ b/stack_orchestrator/deploy/k8s/cluster_info.py @@ -668,7 +668,7 @@ class ClusterInfo: template = client.V1PodTemplateSpec( metadata=client.V1ObjectMeta( - labels={"app": self.app_name, "job-name": job_name} + labels={"app": self.app_name} ), spec=client.V1PodSpec( containers=containers,