Merge "Verify helm charts with client lint and template"
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / ves / templates / configmap.yaml
index e0680e6..e770ac8 100644 (file)
@@ -19,7 +19,7 @@
 apiVersion: v1
 kind: ConfigMap
 metadata:
-  name: dmaap-configmap
+  name: {{ include "common.configmapname.ves" . }}
 data:
   DMaapConfig.json: |
     {
@@ -30,7 +30,7 @@ data:
           "class": "HpCambriaOutputStream",
           "stripHpId": "true",
           "type": "out",
-          "cambria.hosts": "message-router:3904"
+          "cambria.hosts": "ricaux-message-router:3904"
         }
       ]
     }
\ No newline at end of file