fixed kibana and logstash connection to es
[oom.git] / kubernetes / log / templates / kibana-deployment.yaml
index 9ff26da..459ecfe 100644 (file)
@@ -69,5 +69,5 @@ metadata:
   name: kibana-configmap
   namespace: {{ .Values.nsPrefix }}-log
 data:
-{{ (.Files.Glob "resources/kibana/conf/kibana.yml").AsConfig | indent 2 }}
-#{{ end }}
\ No newline at end of file
+{{ tpl (.Files.Glob "resources/kibana/conf/kibana.yml").AsConfig . | indent 2 }}
+#{{ end }}