From 6273e24a4865c60f7f97b8e2618eecc5953ac93f Mon Sep 17 00:00:00 2001 From: coderth Date: Wed, 16 Oct 2024 17:56:20 +0800 Subject: [PATCH] fix: redis config cache -> cache.stroe Signed-off-by: coderth --- config/config/assets/chartmuseum-config.yaml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config/assets/chartmuseum-config.yaml.tmpl b/config/config/assets/chartmuseum-config.yaml.tmpl index d2a92734e..0c6076d87 100644 --- a/config/config/assets/chartmuseum-config.yaml.tmpl +++ b/config/config/assets/chartmuseum-config.yaml.tmpl @@ -29,9 +29,9 @@ bearer.auth: 1 {{- if .Spec.Cache.Redis }} {{- if .Spec.Cache.Redis.SentinelMasterSet }} -cache: redis_sentinel +cache.store: redis_sentinel {{- else }} -cache: redis +cache.store: redis {{- end }} cache.redis: {{- if .Spec.Cache.Redis.SentinelMasterSet }}