diff options
author | su622b <su622b@att.com> | 2020-05-06 13:56:32 -0400 |
---|---|---|
committer | su622b <su622b@att.com> | 2020-05-06 13:56:46 -0400 |
commit | 7ae23a098bfdc944c743d011b50405053987e839 (patch) | |
tree | 0f7a2d149ccc830c73bdd66367bb672890a74fea /kubernetes/dmaap/components/message-router/templates/statefulset.yaml | |
parent | 98425463d077e8d76e44b219376ae4f65989eda3 (diff) |
fix for the expiring cert
Issue-ID: DMAAP-1438
Change-Id: Icc0b84b7d8850ef4302643badbc351455f557979
Signed-off-by: su622b <su622b@att.com>
Diffstat (limited to 'kubernetes/dmaap/components/message-router/templates/statefulset.yaml')
-rw-r--r-- | kubernetes/dmaap/components/message-router/templates/statefulset.yaml | 4 |
1 files 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 |