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
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user