Merge "[MULTICLOUD] HELM artifact added to the artifactbroker config"
[oom.git] / kubernetes / dmaap / components / dmaap-bc / templates / dmaap-provisioning-job.yaml
index 5b22f06..f8ef8d1 100644 (file)
@@ -5,7 +5,7 @@ metadata:
   namespace: {{ include "common.namespace" . }}
   labels: {{- include "common.labels" . | nindent 4 }}
 spec:
-  backoffLimit: 5
+  backoffLimit: 20
   template:
     metadata: {{- include "common.templateMetadata" . | nindent 6 }}
     spec:
@@ -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 }}