place-labs / k8s-helm

Helm charts for PlaceOS on Kubernetes
0 stars 2 forks source link

fix(core): don't overwrite volumeMounts #21

Closed viv-4 closed 3 years ago

viv-4 commented 3 years ago

volumeMounts was being declared twice in the core template, resulting in only the repos volume being attached to the pod.

w-le commented 3 years ago

good catch! that would explain why I always saw core re-compiling drivers on startup!