From f29c29ae93f427b0552035811146bad17ed5512a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 21 Jul 2025 21:47:47 -0500 Subject: [PATCH] non read only volume --- clusters/cl01tl/platform/gitea/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 7b4b298f4..4dcd0c8a2 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -30,7 +30,7 @@ gitea: claimName: gitea-theme-storage extraInitVolumeMounts: - name: gitea-theme-storage - readOnly: true + readOnly: false mountPath: /data/gitea/public/assets/css extraContainerVolumeMounts: - mountPath: /opt/backup