Skip to content

Commit

Permalink
chore: pass persistence.storageClass to backend chart
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Jun 25, 2024
1 parent 60ee18a commit e068107
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/substra-backend/templates/statefulset-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ spec:
- metadata:
name: subtuple
spec:
storageClassName: {{ .Values.worker.persistence.storageClass }}
accessModes: {{ .Values.worker.accessModes }}
{{ include "common.storage.class" .Values.worker.persistence }}
resources:
Expand Down

0 comments on commit e068107

Please sign in to comment.