Commit d4055467 authored by keshavprasadms's avatar keshavprasadms
Browse files

fix: templating issues from public repo

Showing with 3 additions and 3 deletions
+3 -3
......@@ -82,8 +82,9 @@ data:
Key_Name log
Parser envoy
Reserve_Data On
fluent-bit-output.conf: |
{{ if eq .Values.backend.type "test" }}
{{- if eq .Values.backend.type "test" }}
[OUTPUT]
Name file
Match *
......@@ -190,7 +191,6 @@ data:
{{- end }}
{{ .Values.extraEntries.output | indent 8 }}
fluent-bit.conf: |
{{ .Values.rawConfig | indent 4 }}
......@@ -247,7 +247,7 @@ data:
{{- end }}
{{ end }}
{{- end }}
{{- end -}}
{{- end }}
[PARSER]
Name envoy
Format regex
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment