diff options
author | Manisha Aggarwal <amanisha@att.com> | 2021-02-04 14:02:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-04 14:02:29 +0000 |
commit | 8a9c0c7f2b29147bb0e3f1367e9b7dfbd558b4ce (patch) | |
tree | 28f2aa5683fd7ae97305b9a6e72cd946b41dae8a | |
parent | bc8d72d199ba2e1699e7ade44d6d558813a83a61 (diff) | |
parent | 6c5a4011ae459b04a56dc02fd31a6932c2d70d9f (diff) |
Merge "Dmaap event publishing fix to post to https dmaap" into guilin
-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 |