From 296c0b835cf8984a0769b2b61aa9909bad60382e Mon Sep 17 00:00:00 2001 From: John Date: Sat, 2 Nov 2024 12:51:45 -0500 Subject: [PATCH] Update charts/atlantis/values.yaml Co-authored-by: Gabriel Martinez <19713226+GMartinez-Sisti@users.noreply.github.com> Signed-off-by: John --- charts/atlantis/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/atlantis/values.yaml b/charts/atlantis/values.yaml index fb1e3054..74cd7660 100644 --- a/charts/atlantis/values.yaml +++ b/charts/atlantis/values.yaml @@ -732,7 +732,7 @@ redis: {} redisSecretName: "" # -- Key within the existing Redis secret that contains the password value. -redisSecretPasswordKey: "password" +redisSecretPasswordKey: password # -- Set lifecycle hooks. # https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/.