diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-12-08 19:49:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-08 19:49:42 +0000 |
commit | 0643b421d71a9a28f01d2ea9971e172c8e41e76c (patch) | |
tree | f1a07a44728e98b57d081da0bb7f5c8624c8d07d | |
parent | c77fc7b72f59beb4c72b9e48af21f48b77ed9332 (diff) | |
parent | 523e660780e8fb0c2bdfc8420ebe8041448c1a4b (diff) |
Merge "[SO] Add more debug when password is not well set"
-rw-r--r-- | kubernetes/so/components/soHelpers/templates/_certificates.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/so/components/soHelpers/templates/_certificates.tpl b/kubernetes/so/components/soHelpers/templates/_certificates.tpl index cc22dc97c3..c5232e8f48 100644 --- a/kubernetes/so/components/soHelpers/templates/_certificates.tpl +++ b/kubernetes/so/components/soHelpers/templates/_certificates.tpl @@ -21,6 +21,8 @@ if [ "${EXIT_VALUE}" != "0" ] then echo "issue with password: $cadi_truststore_password" + ls -lh {{ $subchartDot.Values.certInitializer.credsPath }}/mycreds.prop + cat {{ $subchartDot.Values.certInitializer.credsPath }}/mycreds.prop exit $EXIT_VALUE else keytool -importkeystore -srckeystore "{{ $subchartDot.Values.certInitializer.credsPath }}/truststoreONAPall.jks" \ |