Skip to content

Commit

Permalink
fix the bug occured by empty STORE_COUNT setting
Browse files Browse the repository at this point in the history
  • Loading branch information
BingqingLyu committed Jan 6, 2025
1 parent 54a22fb commit 65ff258
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/graphscope-store/templates/frontend/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ spec:
env:
- name: ROLE
value: "frontend"
- name: STORE_COUNT
value: "{{ .Values.store.replicaCount }}"
- name: POD_IP
valueFrom:
fieldRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ spec:
env:
- name: ROLE
value: "store"
- name: STORE_COUNT
value: "{{ .Values.store.replicaCount }}"
- name: POD_IP
valueFrom:
fieldRef:
Expand Down
2 changes: 2 additions & 0 deletions charts/graphscope-store/templates/store/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ spec:
env:
- name: ROLE
value: "store"
- name: STORE_COUNT
value: "{{ .Values.store.replicaCount }}"
- name: POD_IP
valueFrom:
fieldRef:
Expand Down

0 comments on commit 65ff258

Please sign in to comment.