Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 4c5bf96

Browse files
author
Andrew Johnson
committed
fix: Min.io values after helm chart switch
1 parent d5ccd47 commit 4c5bf96

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

helm/examples/minio.values.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# existingSecret: ...
2-
accessKey: AKIAIOSFODNN7EXAMPLE
3-
secretKey: wJaFuCKtnFEMI/CApItaliSM/bPxRfiCYEXAMPLEKEY
2+
3+
users:
4+
- accessKey: "AKIAIOSFODNN7EXAMPLE"
5+
secretKey: "wJaFuCKtnFEMI/CApItaliSM/bPxRfiCYEXAMPLEKEY"
6+
policy: consoleAdmin
7+
48
mode: standalone # recommended to use "distributed" for production
59

610
persistence:
@@ -13,8 +17,6 @@ resources:
1317
requests:
1418
memory: 100m
1519

16-
defaultBucket:
17-
enabled: true
18-
name: backups
19-
# policy: ...
20-
purge: false
20+
buckets:
21+
- name: backups
22+
purge: false

0 commit comments

Comments
 (0)