Merge "[SO] Add more debug when password is not well set"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 8 Dec 2020 19:49:42 +0000 (19:49 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 8 Dec 2020 19:49:42 +0000 (19:49 +0000)
kubernetes/so/components/soHelpers/templates/_certificates.tpl

index cc22dc9..c5232e8 100644 (file)
@@ -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" \