fixes archive configmap
This commit is contained in:
parent
2d4e2f34a9
commit
34e8a2b7f9
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
dependencies:
|
||||
- name: minio
|
||||
version: 5.0.6
|
||||
version: 5.0.26
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
condition: minio.install
|
||||
|
|
|
@ -33,7 +33,8 @@ controller:
|
|||
enabled: false
|
||||
path: /metrics
|
||||
port: 8080
|
||||
persistence: {}
|
||||
persistence:
|
||||
archive: false
|
||||
# connectionPool:
|
||||
# maxIdleConns: 100
|
||||
# maxOpenConns: 0
|
||||
|
|
Loading…
Reference in a new issue