From: Sylvain Desbureaux Date: Wed, 30 Jun 2021 13:14:32 +0000 (+0200) Subject: [DMAAP][MR] Fix not starting on service mesh X-Git-Tag: 9.0.0~189^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f596a2df5f4d24d0f71ab54e6edf5166b19f2efd;hp=ae7b05560d7c7d59c7ceaa7d7e40bdce67e7d399;p=oom.git [DMAAP][MR] Fix not starting on service mesh With automatic certificate commit, service mesh compatibility has been lost. This commit reenables it. Issue-ID: OOM-2233 Signed-off-by: Sylvain Desbureaux Change-Id: Ice397cb2d17f1010c180b6dcb4a24892a3141702 --- diff --git a/kubernetes/dmaap/components/message-router/templates/statefulset.yaml b/kubernetes/dmaap/components/message-router/templates/statefulset.yaml index 706fe298bd..c0d32a362b 100644 --- a/kubernetes/dmaap/components/message-router/templates/statefulset.yaml +++ b/kubernetes/dmaap/components/message-router/templates/statefulset.yaml @@ -126,6 +126,7 @@ spec: - mountPath: /appl/dmaapMR1/etc/keyfile subPath: mykey name: mykey + {{- if .Values.global.aafEnabled }} - mountPath: /appl/dmaapMR1/etc/runner-web.xml subPath: runner-web.xml name: etc @@ -134,6 +135,7 @@ spec: name: sys-props - mountPath: /jetty-config name: jetty + {{- end }} resources: {{ include "common.resources" . | nindent 12 }} volumes: {{ include "common.certInitializer.volumes" . | nindent 8 }} - name: localtime