SynologyOpenSource / synology-csi

Apache License 2.0
466 stars 96 forks source link

deploy/helm make test fails #58

Closed wollud1969 closed 8 months ago

wollud1969 commented 11 months ago

make test in deploy/helm currently fails because StorageClass used in the test script does not match to the one predefined in the values.yaml. After renaming the storageClass synology-iscsi-storage-delete to synology-csi-delete as required by the test, the test will pass.