Skip to content

Commit

Permalink
change storage class name
Browse files Browse the repository at this point in the history
  • Loading branch information
StuCM committed May 28, 2024
1 parent acd9ee5 commit 2fb8e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubs/charts/reticulum/templates/persistentvolumeclaim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kind: PersistentVolumeClaim
metadata:
name: {{ include "reticulum.fullname" . }}-gcp-claim
spec:
storageClassName: {{ .Release.Name }}-gcp-storage-class
storageClassName: {{ .Release.Name }}-filestore-storage-class
accessModes:
- ReadWriteMany
resources:
Expand Down

0 comments on commit 2fb8e02

Please sign in to comment.