Skip to content

Commit 41c1614

Browse files
authored
fix(coordinator): Fix coordinator persistence in k8s deployment (#4603)
Use the correct environment variable.
1 parent 25f7174 commit 41c1614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/graphscope-store/templates/portal/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ spec:
139139
value: {{ .Release.Namespace | quote }}
140140
- name: SERVICE_PORT
141141
value: {{ .Values.portal.service.servicePort | quote }}
142-
- name: WORKSPACE
142+
- name: GRAPHSCOPE_RUNTIME
143143
value: {{ .Values.portal.runtimePath | quote }}
144144
- name: STUDIO_WRAPPER_ENDPOINT
145145
value: {{ .Values.portal.studioWrapperEndpoint | quote }}

0 commit comments

Comments
 (0)