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

Commit

Permalink
fix: Min.io values after helm chart switch
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Johnson committed Nov 17, 2022
1 parent d5ccd47 commit 4c5bf96
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions helm/examples/minio.values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# existingSecret: ...
accessKey: AKIAIOSFODNN7EXAMPLE
secretKey: wJaFuCKtnFEMI/CApItaliSM/bPxRfiCYEXAMPLEKEY

users:
- accessKey: "AKIAIOSFODNN7EXAMPLE"
secretKey: "wJaFuCKtnFEMI/CApItaliSM/bPxRfiCYEXAMPLEKEY"
policy: consoleAdmin

mode: standalone # recommended to use "distributed" for production

persistence:
Expand All @@ -13,8 +17,6 @@ resources:
requests:
memory: 100m

defaultBucket:
enabled: true
name: backups
# policy: ...
purge: false
buckets:
- name: backups
purge: false

0 comments on commit 4c5bf96

Please sign in to comment.