From 454ca0020e78495bebb905e6524fe07f9ce50493 Mon Sep 17 00:00:00 2001 From: Pascal Sthamer Date: Wed, 3 Dec 2025 15:11:40 +0100 Subject: [PATCH] fix authentication failing for helm-deployed worker Signed-off-by: Pascal Sthamer --- .../charts/shuffle/templates/shuffle-worker/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl b/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl index 4bc851a2..4caf4f57 100644 --- a/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl +++ b/functions/kubernetes/charts/shuffle/templates/shuffle-worker/_helpers.tpl @@ -115,6 +115,7 @@ KEY: VALUE {{- define "shuffle.workerInstance.env" -}} IS_KUBERNETES: "true" KUBERNETES_NAMESPACE: "{{ .Release.Namespace }}" +SHUFFLE_SWARM_CONFIG: "run" # Shuffle Worker requires this to be set even when using K8s instead of swarm BASE_URL: {{ include "shuffle.backend.baseUrl" . | quote }} SHUFFLE_APP_EXPOSED_PORT: {{ .Values.app.exposedContainerPort | quote }}