diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-04-27 13:30:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-27 13:30:33 +0000 |
commit | c5082347acfd7b2272066de857c61e370a345b49 (patch) | |
tree | 99e636db44c82243ff5cb04a1b6fa9bf6dac6a9b /kubernetes | |
parent | 069b37742d1b6d4db1cc32ae8617bf59d30d03b2 (diff) | |
parent | c336580613f434f8ddc483dd09fff42f3172eb16 (diff) |
Merge "[APPC] Enable password generation for appcctl"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/appc/values.yaml | 2 |
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. |