Skip to content

Commit

Permalink
fix SynologyOpenSource#58 - Helm: correct the storageclass name for h…
Browse files Browse the repository at this point in the history
…elm test
  • Loading branch information
chihyuwu committed Nov 8, 2023
1 parent ba5b225 commit 0cd2cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/templates/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
spec:
accessModes:
- ReadWriteOnce
storageClassName: {{ include "synology-csi.fullname" $ }}-delete
storageClassName: synology-iscsi-storage-delete
resources:
requests:
storage: 1Gi
Expand Down

0 comments on commit 0cd2cbe

Please sign in to comment.