Skip to content

Commit

Permalink
fix: redis config cache -> cache.stroe
Browse files Browse the repository at this point in the history
Signed-off-by: coderth <[email protected]>
  • Loading branch information
CoderTH committed Oct 16, 2024
1 parent 9d23a0a commit 6273e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config/assets/chartmuseum-config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 6273e24

Please sign in to comment.