From 7625e52e584e41555bb4c082647b203bf3d26631 Mon Sep 17 00:00:00 2001 From: "puthuparambil.aditya" Date: Fri, 22 Jan 2021 22:01:50 +0100 Subject: [CPS] Configuration Persistence Service Charts CPS Helm charts added Issue-ID: CPS-7 Co-authored-by: puthuparambil.aditya Co-authored-by: Sylvain Desbureaux Co-authored-by: Bruno Sakoto Signed-off-by: Claudio David Gasparini Signed-off-by: Sylvain Desbureaux Signed-off-by: puthuparambil.aditya Signed-off-by: Bruno Sakoto Change-Id: I027e5e4b3eec78ce889168f8796d55e6f9fd9be6 Signed-off-by: puthuparambil.aditya --- kubernetes/common/postgres/values.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes/common') diff --git a/kubernetes/common/postgres/values.yaml b/kubernetes/common/postgres/values.yaml index f815847f06..07bb5c4eac 100644 --- a/kubernetes/common/postgres/values.yaml +++ b/kubernetes/common/postgres/values.yaml @@ -41,6 +41,9 @@ secrets: # Application configuration defaults. ################################################################# +# bitnami image doesn't support well single quote in password +passwordStrengthOverride: basic + pullPolicy: Always # application configuration -- cgit 1.2.3-korg