Skip to content

Commit

Permalink
kubefate cluster installation with correct fateflow python-0 pv size …
Browse files Browse the repository at this point in the history
…setting. issue #859 (#860)

Signed-off-by: PenHsuanWang <willy118116@gmail.com>
  • Loading branch information
PenHsuanWang authored Mar 6, 2023
1 parent 9bf1319 commit e27f746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-charts/FATE/templates/core/python-spark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,6 @@ spec:
storageClassName: {{ .Values.modules.python.storageClass }}
resources:
requests:
storage: {{ .Values.modules.mysql.size }}
storage: {{ .Values.modules.python.size }}
{{- end }}
{{- end }}

0 comments on commit e27f746

Please # to comment.