From 427e889c1b8910d8ffb8b4285bbc7c3a41dc575d Mon Sep 17 00:00:00 2001 From: Matthew Doherty Date: Wed, 11 Dec 2024 14:50:23 +0100 Subject: [PATCH] Disable read_only for minetest volume --- chart/templates/minetest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/minetest.yaml b/chart/templates/minetest.yaml index b3e8d92..d727f53 100644 --- a/chart/templates/minetest.yaml +++ b/chart/templates/minetest.yaml @@ -87,8 +87,8 @@ spec: subPath: .minetest {{- if .Values.worldmtSecretName }} - name: minetest-worldmt - readOnly: true - mountPath: "/config/.minetest/worlds/world/" + readOnly: false + mountPath: "/config/.minetest/worlds/world/world.mt" subPath: world.mt {{- end }} env: