k8s: remove SHUFFLE_SWARM_CONFIG env variable from orborus

This commit is contained in:
Pascal Sthamer
2025-11-12 10:09:33 +01:00
parent 7be4e6adf5
commit ff6cad8049
@@ -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 }}