revert OOM-420 to avoid helm 2.3+ upgrade
[oom.git] / kubernetes / log / templates / logstash-deployment.yaml
index f35c421..d25793e 100644 (file)
@@ -80,5 +80,5 @@ metadata:
   namespace: {{ .Values.nsPrefix }}-log
 data:
 {{ (.Files.Glob "resources/logstash/conf/logstash.yml").AsConfig | indent 2 }}
-{{ tpl (.Files.Glob "resources/logstash/pipeline/onap-pipeline.conf").AsConfig . | indent 2 }}
+{{ (.Files.Glob "resources/logstash/pipeline/onap-pipeline.conf").AsConfig | indent 2 }}
 #{{ end }}