diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2021-02-01 08:50:57 -0500 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2021-02-01 08:50:59 -0500 |
commit | 6c5a4011ae459b04a56dc02fd31a6932c2d70d9f (patch) | |
tree | 5491c7408b765a812b48d3c2b90275c7113cf055 | |
parent | 13bf6ed4808b55d4a825787abd0ca205a198ec84 (diff) |
Dmaap event publishing fix to post to https dmaap
Issue-ID: AAI-3219
Change-Id: Id81b34477cf90565d882e04c7c0ce7a14a7f4953
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
-rw-r--r-- | components/aai-resources/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/aai-resources/templates/deployment.yaml b/components/aai-resources/templates/deployment.yaml index ae328f5..3a7d504 100644 --- a/components/aai-resources/templates/deployment.yaml +++ b/components/aai-resources/templates/deployment.yaml @@ -1232,6 +1232,8 @@ spec: value: {{ .Values.global.config.userId | quote }} - name: LOCAL_GROUP_ID value: {{ .Values.global.config.groupId | quote }} + - name: POST_JAVA_OPTS + value: '-Djavax.net.ssl.trustStore=/opt/app/aai-resources/resources/aaf/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit' volumeMounts: - mountPath: /etc/localtime name: localtime |