From aa4cd09550a21ec3c7f0cb7a29ba75f92b76f146 Mon Sep 17 00:00:00 2001 From: Roberto Santalla Date: Fri, 27 Jan 2023 21:56:23 +0100 Subject: [PATCH] fix location of redis password placeholder --- values.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/values.yaml b/values.yaml index 63eec7b..7bdcd61 100644 --- a/values.yaml +++ b/values.yaml @@ -261,12 +261,12 @@ redis: enabled: true hostname: "" port: 6379 - # -- you must set a password; the password generated by the redis chart will be - # rotated on each upgrade: - password: "" - # you can also specify the name of an existing Secret - # with a key of redis-password set to the password you want - # auth: + auth: + # -- you must set a password; the password generated by the redis chart will be + # rotated on each upgrade: + password: "" + # you can also specify the name of an existing Secret + # with a key of redis-password set to the password you want # existingSecret: "" # @ignored