summaryrefslogtreecommitdiffstats
path: root/kubernetes/appc
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-04-24 19:50:48 +0200
committerKrzysztof Opasiak <k.opasiak@samsung.com>2020-04-24 19:59:58 +0200
commitc336580613f434f8ddc483dd09fff42f3172eb16 (patch)
tree4c1b631c8e1d2a874da7f87268a7d2999e19840d /kubernetes/appc
parent0404bd34cd3f67204c908451c70bd2b69b2dc05d (diff)
[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 <k.opasiak@samsung.com>
Diffstat (limited to 'kubernetes/appc')
-rw-r--r--kubernetes/appc/values.yaml2
1 files changed, 1 insertions, 1 deletions
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.