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:
|
dependencies:
|
||||||
- name: minio
|
- name: minio
|
||||||
version: 5.0.6
|
version: 5.0.26
|
||||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||||
condition: minio.install
|
condition: minio.install
|
||||||
|
|
|
@ -33,7 +33,8 @@ controller:
|
||||||
enabled: false
|
enabled: false
|
||||||
path: /metrics
|
path: /metrics
|
||||||
port: 8080
|
port: 8080
|
||||||
persistence: {}
|
persistence:
|
||||||
|
archive: false
|
||||||
# connectionPool:
|
# connectionPool:
|
||||||
# maxIdleConns: 100
|
# maxIdleConns: 100
|
||||||
# maxOpenConns: 0
|
# maxOpenConns: 0
|
||||||
|
|
Loading…
Reference in a new issue