fix(helm): disable kms default (#2566)

Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
majinghe
2026-04-16 19:51:44 +08:00
committed by GitHub
parent 6ce24f3b63
commit 6b4172998b

View File

@@ -98,7 +98,7 @@ config:
enabled: false
endpoint: "" # If specified, rustfs will export profiling data to this endpoint. e.g. "http://localhost:6060/debug/pprof/profile"
kms:
enabled: true
enabled: false
type: "vault" # Only Support vault currently.
vault:
vault_backend: "" # Only support vault kv2 and vault transit.