RocksLabs / kvrocks-operator

Apache License 2.0
36 stars 15 forks source link

[WIP] fix: use the default storageclass when the storageclass is nil #33

Closed jiayouxujin closed 1 year ago

jiayouxujin commented 1 year ago

Hi, This pr is for pvc. In the current version, we use emptyDir when the storageClass is nil. However, this is not suitable for kvrocks. Therefore, we can substitute emptyDir with the default storageClass.