From 67f12856e18aa228fea1c122b398181cd490e83a Mon Sep 17 00:00:00 2001 From: klaatu Date: Sat, 4 Apr 2026 18:18:43 +0000 Subject: [PATCH] fix: set MC_CONFIG_DIR to /tmp/.mc so mc can write config as non-root --- manifests/gitea/dump-cronjob.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/gitea/dump-cronjob.yaml b/manifests/gitea/dump-cronjob.yaml index 9e40b67..ff2261a 100644 --- a/manifests/gitea/dump-cronjob.yaml +++ b/manifests/gitea/dump-cronjob.yaml @@ -64,6 +64,8 @@ spec: mountPath: /dump-staging readOnly: true env: + - name: MC_CONFIG_DIR + value: /tmp/.mc - name: MINIO_ACCESS_KEY valueFrom: secretKeyRef: @@ -74,3 +76,4 @@ spec: secretKeyRef: name: gitea-config key: minio_secret +