From: efiacor Date: Wed, 17 Jun 2020 14:06:21 +0000 (+0100) Subject: [DMAAP] Fix provisioning job for topic creation X-Git-Tag: 7.0.0~382 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=79148d1e2014715175de9f5774a7fa1ef3840ec1;p=oom.git [DMAAP] Fix provisioning job for topic creation Change-Id: Ifa779a2bf97c4b8c06bc7cdd9e67a66200cb8afe Signed-off-by: efiacor Issue-ID: DMAAP-1444 --- diff --git a/kubernetes/dmaap/components/dmaap-bc/templates/dmaap-provisioning-job.yaml b/kubernetes/dmaap/components/dmaap-bc/templates/dmaap-provisioning-job.yaml index 5b22f06aa8..cde35af14c 100644 --- a/kubernetes/dmaap/components/dmaap-bc/templates/dmaap-provisioning-job.yaml +++ b/kubernetes/dmaap/components/dmaap-bc/templates/dmaap-provisioning-job.yaml @@ -52,11 +52,11 @@ spec: - name: {{ include "common.fullname" . }}-dbc-dcaelocations mountPath: /opt/app/config/dcaeLocations/ - name: {{ include "common.fullname" . }}-dr-nodes - mountPath: /opt/app/config/dr-nodes/ + mountPath: /opt/app/config/dr_nodes/ - name: {{ include "common.fullname" . }}-feeds mountPath: /opt/app/config/feeds/ - name: {{ include "common.fullname" . }}-mr-clusters - mountPath: /opt/app/config/mr-clusters/ + mountPath: /opt/app/config/mr_clusters/ - name: {{ include "common.fullname" . }}-topics mountPath: /opt/app/config/topics/ resources: {{ include "common.resources" . | nindent 10 }}