[APPC] Enable password generation for sdnctl 08/106608/1
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 24 Apr 2020 17:53:08 +0000 (19:53 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 24 Apr 2020 18:05:44 +0000 (20:05 +0200)
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 <k.opasiak@samsung.com>
Change-Id: I0a3b526387830d2bf44e88281896d0b87a92ce94

kubernetes/appc/values.yaml

index cde8920..09729f8 100644 (file)
@@ -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