disable cleanup in k8s

Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
This commit is contained in:
Pascal Sthamer
2025-12-05 15:59:28 +01:00
parent 49c996bcf2
commit 82edd747ad
2 changed files with 4 additions and 0 deletions
@@ -82,6 +82,8 @@ spec:
args: {{- include "common.tplvalues.render" (dict "value" .Values.orborus.args "context" $) | nindent 12 }}
{{- end }}
env:
- name: CLEANUP
value: "false" # Do not remove resources when restarting orborus
{{- $env := include "shuffle.orborus.env" . | fromYaml }}
{{- range $key, $val := $env }}
- name: {{ $key | quote }}
@@ -83,6 +83,8 @@ spec:
args: {{- include "common.tplvalues.render" (dict "value" .Values.worker.args "context" $) | nindent 12 }}
{{- end }}
env:
- name: CLEANUP
value: "false" # Do not remove resources when restarting worker
{{- $env := include "shuffle.workerInstance.env" . | fromYaml }}
{{- range $key, $val := $env }}
- name: {{ $key | quote }}