From f69155cff374e94be5017a646647f2e768f5f1bf Mon Sep 17 00:00:00 2001 From: Sarun Intaralawan Date: Mon, 11 May 2026 22:41:11 +0700 Subject: [PATCH] Remove duplicated `replica` key in Redis configuration --- values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 1be9655..41131ca 100644 --- a/values.yaml +++ b/values.yaml @@ -795,8 +795,6 @@ redis: # set to the password you want existingSecret: "" existingSecretKey: redis-password - replica: - replicaCount: 0 # Configuration for a separate redis instance only for sidekiq processing. # If enabled, any values not specified will be copied from the base config. @@ -833,6 +831,7 @@ redis: nodeSelector: {} replica: nodeSelector: {} + replicaCount: 0 # @ignored service: