From 135d334ca99ef2a53240c9bad80fcd3c4c1168f5 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:16:02 +0530 Subject: [PATCH] fix: shuffle-workers push --- functions/onprem/orborus/orborus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/onprem/orborus/orborus.go b/functions/onprem/orborus/orborus.go index e23a715b..ce92455d 100755 --- a/functions/onprem/orborus/orborus.go +++ b/functions/onprem/orborus/orborus.go @@ -829,7 +829,7 @@ func deployK8sWorker(image string, identifier string, env []string) error { }, Spec: corev1.ServiceSpec{ Selector: map[string]string{ - "container": "shuffle-worker", + "container": "shuffle-workers", }, Ports: []corev1.ServicePort{ {