Following issue #5, I think that supporting PersistentVolumeClaim should be pretty easy.
This commit/PR is just a proof of concept for now.
I was able to confirm that it was working by using the same "container-volume" syntax in application.yml:
container-volumes: ["claim_name:/path_in_container"]
Following issue #5, I think that supporting PersistentVolumeClaim should be pretty easy. This commit/PR is just a proof of concept for now. I was able to confirm that it was working by using the same "container-volume" syntax in application.yml:
container-volumes: ["claim_name:/path_in_container"]