revert OOM-420 to avoid helm 2.3+ upgrade
[oom.git] / kubernetes / log / templates / kibana-deployment.yaml
index 459ecfe..e48cbb4 100644 (file)
@@ -69,5 +69,5 @@ metadata:
   name: kibana-configmap
   namespace: {{ .Values.nsPrefix }}-log
 data:
-{{ tpl (.Files.Glob "resources/kibana/conf/kibana.yml").AsConfig . | indent 2 }}
+{{ (.Files.Glob "resources/kibana/conf/kibana.yml").AsConfig | indent 2 }}
 #{{ end }}