From 7ae23a098bfdc944c743d011b50405053987e839 Mon Sep 17 00:00:00 2001 From: su622b Date: Wed, 6 May 2020 13:56:32 -0400 Subject: fix for the expiring cert Issue-ID: DMAAP-1438 Change-Id: Icc0b84b7d8850ef4302643badbc351455f557979 Signed-off-by: su622b --- kubernetes/dmaap/components/message-router/templates/statefulset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- cgit 1.2.3-korg