When I want to mount memory as a local path to the curvine-worker, Helm currently doesn't provide a formal way to do so; I need to manually input /dev/shm from the host machine as the hostpath.
`hostPath: "/dev/shm/curvine/mem-data" # Use hostPath if storageClass is empty`
When I want to mount memory as a local path to the curvine-worker, Helm currently doesn't provide a formal way to do so; I need to manually input
/dev/shmfrom the host machine as the hostpath.