[DMAAP] Fix provisioning job for topic creation 64/109264/1
authorefiacor <fiachra.corcoran@est.tech>
Wed, 17 Jun 2020 14:06:21 +0000 (15:06 +0100)
committerefiacor <fiachra.corcoran@est.tech>
Wed, 17 Jun 2020 14:06:25 +0000 (15:06 +0100)
Change-Id: Ifa779a2bf97c4b8c06bc7cdd9e67a66200cb8afe
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1444

kubernetes/dmaap/components/dmaap-bc/templates/dmaap-provisioning-job.yaml

index 5b22f06..cde35af 100644 (file)
@@ -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 }}