From c336580613f434f8ddc483dd09fff42f3172eb16 Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Fri, 24 Apr 2020 19:50:48 +0200 Subject: [APPC] Enable password generation for appcctl Start using auto-generated password for appcctl db instead of using the one hardcoded in values.yaml Issue-ID: OOM-2275 Change-Id: I3884a5b30a47d602b28136f984ebe4492ec43fb2 Signed-off-by: Krzysztof Opasiak --- kubernetes/appc/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/appc/values.yaml b/kubernetes/appc/values.yaml index cde892002b..121cd815d1 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -76,7 +76,7 @@ config: # It seems that the DB name is hardcoded. dbName: appcctl userName: appcctl - password: appcctl + # password: appcctl # userCredsExternalSecret: some secret sdncdb: # Warning: changing this config option may not work. -- cgit 1.2.3-korg