rimusz / hostpath-provisioner

Dynamic Provisioning of Kubernetes HostPath Volumes
Apache License 2.0
52 stars 22 forks source link

Option to set type for hostPath volumes #5

Open micw opened 4 years ago

micw commented 4 years ago

Currently, the type of the created hostpath volume is empty, so k8s waits until someone creates the directory. Would you add an option to specify the type (so that it can be set to "DirectoryOrCreate")? Best regards, Michael.