From 5e6965e211da9ec576a5155f1bdca92b94c10d7c Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Wed, 10 Apr 2024 11:42:51 +0200 Subject: [PATCH] Update values.yaml Signed-off-by: Kjeld Schouten --- charts/stable/redis/values.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/charts/stable/redis/values.yaml b/charts/stable/redis/values.yaml index c34f09f949e..18faa9ba398 100644 --- a/charts/stable/redis/values.yaml +++ b/charts/stable/redis/values.yaml @@ -118,15 +118,9 @@ configmap: "$script_dir/ping_liveness_local.sh" $1 || exit_status=$? "$script_dir/ping_liveness_master.sh" $1 || exit_status=$? exit $exit_status -secret: - credentials: - enabled: true - data: - redis-password: '{{ ( .Values.password | default "nothing" ) }}' -# -- Secret or password -# One of these options is required, unless used as a dependency for another TrueCharts chart. + +## DEVNOTE: This password needs to match the one set in Common if ever changing defaults password: "PLACEHOLDERPASSWORD" -existingSecret: "" service: main: ports: @@ -162,5 +156,3 @@ persistence: portal: open: enabled: false -manifestManager: - enabled: false