Merge pull request 'fix: set MC_CONFIG_DIR to /tmp/.mc so mc can write config as non-root' (#20) from klaatu/nixos:fix/mc-config-dir into main
buildbot/nix-eval Build done. (1 warning)
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

Reviewed-on: https://src.thehellings.com/greg/nixos/pulls/20
Reviewed-by: greg <gitea@local.domain>
This commit was merged in pull request #20.
This commit is contained in:
2026-04-04 18:23:42 +00:00
+3
View File
@@ -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