Skip to content

Commit

Permalink
Change indent from 8 to 4 (helm#13000)
Browse files Browse the repository at this point in the history
Addresses helm#12106

Signed-off-by: Steve Flanders <steve@omnition.io>
  • Loading branch information
flands authored and eyenx committed May 28, 2019
1 parent 665a11c commit 23ca6c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: fluent-bit
version: 1.10.1
version: 1.10.2
appVersion: 1.0.6
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
keywords:
Expand Down
8 changes: 4 additions & 4 deletions stable/fluent-bit/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ data:
Max_Entries {{ .Values.input.systemd.maxEntries }}
Read_From_Tail {{ .Values.input.systemd.readFromTail }}
{{- end }}
{{ .Values.extraEntries.input | indent 8 }}
{{ .Values.extraEntries.input | indent 4 }}

fluent-bit-filter.conf: |-
[FILTER]
Expand All @@ -65,7 +65,7 @@ data:
{{- if .Values.filter.enableExclude }}
K8S-Logging.Exclude On
{{- end }}
{{ .Values.extraEntries.filter | indent 8 }}
{{ .Values.extraEntries.filter | indent 4 }}

fluent-bit-output.conf: |-
{{ if eq .Values.backend.type "test" }}
Expand Down Expand Up @@ -146,7 +146,7 @@ data:
{{- end }}
Format {{ .Values.backend.http.format }}
{{- end }}
{{ .Values.extraEntries.output | indent 8 }}
{{ .Values.extraEntries.output | indent 4 }}


fluent-bit.conf: |-
Expand Down Expand Up @@ -185,7 +185,7 @@ data:
Decode_Field_As {{ .decodeFieldAs }} {{ .decodeField | default "log" }}
{{- end}}
{{- if .extraEntries }}
{{ .extraEntries | indent 8 }}
{{ .extraEntries | indent 4 }}
{{- end }}
{{ end }}
{{- end }}
Expand Down

0 comments on commit 23ca6c1

Please sign in to comment.