mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Fixed: job env var switch
This commit is contained in:
parent
0c0b125540
commit
b6685a15ee
@ -158,7 +158,7 @@ spec:
|
|||||||
value: "interactive"
|
value: "interactive"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if not .Values.agentk8sglue.taskAsJob }}
|
{{- if .Values.agentk8sglue.taskAsJob }}
|
||||||
- name: "CLEARML_K8S_GLUE_KIND"
|
- name: "CLEARML_K8S_GLUE_KIND"
|
||||||
value: "job"
|
value: "job"
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user