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