From ff6cad8049d10248264750f6e5749e5dad48102a Mon Sep 17 00:00:00 2001 From: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:09:33 +0100 Subject: [PATCH] k8s: remove SHUFFLE_SWARM_CONFIG env variable from orborus --- .../charts/shuffle/templates/orborus/orborus-dpl.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/kubernetes/charts/shuffle/templates/orborus/orborus-dpl.yaml b/functions/kubernetes/charts/shuffle/templates/orborus/orborus-dpl.yaml index 05ca1ac3..a786dcd2 100644 --- a/functions/kubernetes/charts/shuffle/templates/orborus/orborus-dpl.yaml +++ b/functions/kubernetes/charts/shuffle/templates/orborus/orborus-dpl.yaml @@ -86,8 +86,6 @@ spec: value: kubernetes - name: IS_KUBERNETES value: "true" - - name: SHUFFLE_SWARM_CONFIG - value: run {{- if .Values.orborus.extraEnvVars }} {{- include "common.tplvalues.render" (dict "value" .Values.orborus.extraEnvVars "context" $) | nindent 12 }} {{- end }}