diff --git a/stack_orchestrator/deploy/k8s/cluster_info.py b/stack_orchestrator/deploy/k8s/cluster_info.py index fe816cb5..14ec4c87 100644 --- a/stack_orchestrator/deploy/k8s/cluster_info.py +++ b/stack_orchestrator/deploy/k8s/cluster_info.py @@ -704,7 +704,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,