Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Added 'extraEntries.service' parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Shatravko  <[email protected]>
  • Loading branch information
shatravko committed Jun 18, 2020
1 parent 75cd40b commit 815593a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
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: 2.8.16
version: 2.8.17
appVersion: 1.3.7
description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX
keywords:
Expand Down
1 change: 1 addition & 0 deletions stable/fluent-bit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an
| `extraEntries.input` | Extra entries for existing [INPUT] section | `` |
| `extraEntries.filter` | Extra entries for existing [FILTER] section | `` |
| `extraEntries.output` | Extra entries for existing [OUPUT] section | `` |
| `extraEntries.service` | Extra entries for existing [SERVICE] section | `` |
| `extraPorts` | List of extra ports | |
| `extraVolumeMounts` | Mount an extra volume, required to mount ssl certificates when elasticsearch has tls enabled | |
| `extraVolume` | Extra volume | |
Expand Down
1 change: 1 addition & 0 deletions stable/fluent-bit/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ data:
HTTP_Listen 0.0.0.0
HTTP_Port 2020
{{- end }}
{{ .Values.extraEntries.service | indent 8 }}

fluent-bit-input.conf: |
[INPUT]
Expand Down
2 changes: 2 additions & 0 deletions stable/fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ extraEntries:
# # >=1 additional Key/Value entrie(s) for existing Filter section
output: |-
# # >=1 additional Key/Value entrie(s) for existing Ouput section
service: |-
# # >=1 additional Key/Value entrie(s) for existing Service section
# WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Expand Down

0 comments on commit 815593a

Please sign in to comment.