Integration w common/postgres
[oom.git] / kubernetes / dmaap / charts / dmaap-bus-controller / templates / configmap.yaml
@@ -15,7 +15,7 @@
 apiVersion: v1
 kind: ConfigMap
 metadata:
-  name: {{ include "common.fullname" . }}-configmap
-  namespace: {{ .Values.global.nsPrefix }}
+  name: {{ include "common.fullname" . }}-config
+  namespace: {{ include "common.namespace" . }}
 data:
-{{ tpl (.Files.Glob "resources/config/buscontroller.env").AsConfig . | indent 2 }}
+{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}