mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 02:56:18 +00: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
|
enabled: false
|
||||||
endpoint: "" # If specified, rustfs will export profiling data to this endpoint. e.g. "http://localhost:6060/debug/pprof/profile"
|
endpoint: "" # If specified, rustfs will export profiling data to this endpoint. e.g. "http://localhost:6060/debug/pprof/profile"
|
||||||
kms:
|
kms:
|
||||||
enabled: true
|
enabled: false
|
||||||
type: "vault" # Only Support vault currently.
|
type: "vault" # Only Support vault currently.
|
||||||
vault:
|
vault:
|
||||||
vault_backend: "" # Only support vault kv2 and vault transit.
|
vault_backend: "" # Only support vault kv2 and vault transit.
|
||||||
|
|||||||
Reference in New Issue
Block a user