fix(helm): disable kms default (#2566)
Co-authored-by: houseme <[email protected]>
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