From: su622b Date: Wed, 6 May 2020 17:56:32 +0000 (-0400) Subject: fix for the expiring cert X-Git-Tag: 5.0.2-ONAP~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F107263%2F1;p=oom.git fix for the expiring cert Issue-ID: DMAAP-1438 Change-Id: Icc0b84b7d8850ef4302643badbc351455f557979 Signed-off-by: su622b --- diff --git a/kubernetes/dmaap/components/message-router/templates/statefulset.yaml b/kubernetes/dmaap/components/message-router/templates/statefulset.yaml index 9f64b99d50..0fa38029e9 100644 --- a/kubernetes/dmaap/components/message-router/templates/statefulset.yaml +++ b/kubernetes/dmaap/components/message-router/templates/statefulset.yaml @@ -1,4 +1,4 @@ -# Copyright © 2017 Amdocs, Bell Canada +# Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -87,7 +87,7 @@ spec: - mountPath: /appl/dmaapMR1/etc/keyfile subPath: mykey name: mykey - - mountPath: /bundleconfig/etc/org.onap.dmaap.mr.jks + - mountPath: /appl/dmaapMR1/bundleconfig/etc/org.onap.dmaap.mr.jks subPath: org.onap.dmaap.mr.jks name: aaf-certs-secret - mountPath: /appl/dmaapMR1/etc/org.onap.dmaap.mr.trust.jks