HOMELAB-954: fix(workadventure): use correct chart schema for mapstorage PVC #180
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plane/HOMELAB-954-mapstorage-pvc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upstream workadventure chart v1.30.5 expects
mapstorage.persistence.{enabled,storageClass,accessMode,storageSize}— the previous values usedmapstorage.persistentVolume.{enabled,storageClass,size}, which is silently ignored, so map-storage was running on the default emptyDir. This violated the plan acceptance criterion that map uploads must persist across pod restart.Rename to the correct schema. Longhorn will provision a 10Gi RWO PVC
workadventure-mapstoragewithhelm.sh/resource-policy: keep, and the pod will mount it at /maps.