I define storage class in templates
with name ssd
and when I install the package, kubectl get storageclass
doesn't list it and it cannot be used in PersistentVolumeClaims
. It sounds like a helm bug or is there anything else I have to do for this StorageClass
object to be loaded by k8s ? Because kubectl create -f storage-class.yaml
actually loads it correctly, but helm does not.
It was a bug in helm, it works after helm upgrade to the latest version.