Merge "AAI-UI es index are not getting populated" into beijing
[oom.git] / kubernetes / aai / charts / aai-data-router / templates / configmap.yaml
index 9652712..badb53f 100644 (file)
@@ -4,7 +4,7 @@ metadata:
   name: {{ include "common.fullname" . }}-prop
   namespace: {{ include "common.namespace" . }}
 data:
-{{ tpl (.Files.Glob "resources/config/data-router.properties").AsConfig . | indent 2 }}
+{{ tpl (.Files.Glob "resources/config/*").AsConfig . | indent 2 }}
 ---
 apiVersion: v1
 kind: ConfigMap