We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d39d25 commit 5b4162aCopy full SHA for 5b4162a
1 file changed
helm/templates/ray-cluster.yaml
@@ -49,9 +49,7 @@ spec:
49
- name: EXPECTED_NODES
50
value: "{{ add $modelSpec.replicaCount 1}}"
51
- name: HF_HOME
52
- {{- if $.Values.sharedPvcStorage.enabled }}
53
- value: /data/shared-pvc-storage
54
- {{- else if hasKey $modelSpec "pvcStorage" }}
+ {{- if hasKey $modelSpec "pvcStorage" }}
55
value: /data
56
{{- else }}
57
value: /tmp
@@ -296,9 +294,7 @@ spec:
296
294
fieldRef:
297
295
fieldPath: status.podIP
298
299
300
301
302
303
304
0 commit comments