[APPC] Enable password generation for appcctl 07/106607/1
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 24 Apr 2020 17:50:48 +0000 (19:50 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 24 Apr 2020 17:59:58 +0000 (19:59 +0200)
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 <k.opasiak@samsung.com>
kubernetes/appc/values.yaml

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