From 10f81e0d2f4afdae0b3c18d92049059acaf8c4fd Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Mon, 29 Jan 2024 16:08:03 +1100 Subject: [PATCH] disable redis auth --- manifests/redis.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/manifests/redis.yaml b/manifests/redis.yaml index 8419c66..51e8292 100644 --- a/manifests/redis.yaml +++ b/manifests/redis.yaml @@ -16,9 +16,10 @@ spec: values: | architecture: standalone auth: - sentinel: true - existingSecret: redis-credentials - existingSecretPasswordKey: redis-password + enabled: false + # sentinel: true + # existingSecret: redis-credentials + # existingSecretPasswordKey: redis-password persistence: size: 20Gi # storageClass: nfs-client