#Im realizing that I have my persistent
1 messages · Page 1 of 1 (latest)
Hmm, I've got my PVC set up properly. But the helm chart doesn't seem to provide a way for me to target the VPC in the volumes set up? Something similar to...
volumes:
- name: dagger-storage
persistentVolumeClaim:
claimName: dagger-engine-pvc
The helm chart just directly mounts the volume, but I don't think that's the proper way to have this set up? Or maybe I'm just mis understanding the mechanics here.
Im also not entirely sure that mounting the volume by referencing the path alone even works. Definitely feels like I should be mounting it like the screenshot above.
@sullen hill Wanted to get your thoughts on this when ya have some time. I was thinking about putting together a PR to fix / enable this, but didn't know if this is an area of the codebase that you wanted to have more control over.
I've got the Helm chart working fine as is. Nothing needed from an Engine daemon set perspective in terms of setting up PVCs. Are you still having issues getting a connection to an engine pod?