Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix for the expiring cert
Issue-ID: DMAAP-1438
Change-Id: Icc0b84b7d8850ef4302643badbc351455f557979
Signed-off-by: su622b <su622b@att.com>
  • Loading branch information
sunilun committed May 6, 2020
1 parent 9842546 commit 7ae23a0
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
# Copyright © 2017 Amdocs, Bell Canada # Copyright © 2017 Amdocs, Bell Canada
# Modifications Copyright © 2018 AT&T # Modifications Copyright © 2018 AT&T
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -87,7 +87,7 @@ spec:
- mountPath: /appl/dmaapMR1/etc/keyfile - mountPath: /appl/dmaapMR1/etc/keyfile
subPath: mykey subPath: mykey
name: 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 subPath: org.onap.dmaap.mr.jks
name: aaf-certs-secret name: aaf-certs-secret
- mountPath: /appl/dmaapMR1/etc/org.onap.dmaap.mr.trust.jks - mountPath: /appl/dmaapMR1/etc/org.onap.dmaap.mr.trust.jks
Expand Down

0 comments on commit 7ae23a0

Please sign in to comment.