Skip to content

Commit

Permalink
[helm] remove ReadWriteMany
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Feb 5, 2024
1 parent f3205c9 commit fc0002d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/grid/helm/syft/templates/backend-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,7 @@ spec:
name: credentials-data
spec:
accessModes:
# k3d does not support ReadWriteMany
{{- if .Values.configuration.devmode }}
- ReadWriteOnce
{{- else }}
- ReadWriteMany
{{- end }}
resources:
requests:
storage: 100Mi

0 comments on commit fc0002d

Please sign in to comment.