From 6b4172998beea3b34f096f6d080b306ba6281da3 Mon Sep 17 00:00:00 2001 From: majinghe <42570491+majinghe@users.noreply.github.com> Date: Thu, 16 Apr 2026 19:51:44 +0800 Subject: [PATCH] fix(helm): disable kms default (#2566) Co-authored-by: houseme --- helm/rustfs/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/rustfs/values.yaml b/helm/rustfs/values.yaml index 494112f0c..c373362f3 100644 --- a/helm/rustfs/values.yaml +++ b/helm/rustfs/values.yaml @@ -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.