JKS file for SO Sol003 adapter updated to reflect changes in MSB. White spaces removed in override file which caused issues.
Issue-ID: SO-2982
Change-Id: I6bdc16cdb585cf33580b710f6e60c139bb9034d4
Signed-off-by: Mukesh <mukeshsharma@est.tech>
   vnfpkgm:
   {{- if .Values.global.msbEnabled }}
     endpoint: https://msb-iag:443/api/vnfpkgm/v1
-    http:
-      client:
-        ssl:
-          trust-store: ${TRUSTSTORE}
-          trust-store-password: ${TRUSTSTORE_PASSWORD}
+  http:
+    client:
+      ssl:
+        trust-store: ${TRUSTSTORE}
+        trust-store-password: ${TRUSTSTORE_PASSWORD}
   {{- else }}
     endpoint: http://modeling-etsicatalog.{{ include "common.namespace" . }}:8806/api/vnfpkgm/v1
   {{- end }}