From f3569b8077a1aa9887ba0e8bab9a5681754b6bf4 Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Fri, 24 Apr 2020 19:53:08 +0200 Subject: [PATCH] [APPC] Enable password generation for sdnctl Start using auto-generated password for sdnctl db instead of using the one hardcoded in values.yaml Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak Change-Id: I0a3b526387830d2bf44e88281896d0b87a92ce94 --- 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..09729f8809 100644 --- a/kubernetes/appc/values.yaml +++ b/kubernetes/appc/values.yaml @@ -83,7 +83,7 @@ config: # It seems that the DB name is hardcoded. dbName: sdnctl userName: sdnctl - password: gamma + # password: gamma # userCredsExternalSecret: some secret odlUid: 100 odlGid: 101 -- 2.16.6