mirror of
https://github.com/rustfs/rustfs.git
synced 2026-06-09 07:24:09 +08:00
fix(helm): disable kms default (#2566)
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user