Skip to content

Commit

Permalink
update access mode for pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn-V committed Oct 19, 2023
1 parent c8b55a3 commit d2bbccd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helm/service/templates/pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ metadata:
name: {{ .Values.adapter.name }}
spec:
storageClassName: "" # Empty string must be explicitly set otherwise default StorageClass will be set
volumeName: {{ .Values.adapter.name }}
volumeName: {{ .Values.adapter.name }}
accessModes:
- ReadWriteMany

0 comments on commit d2bbccd

Please sign in to comment.