Skip to content

Commit

Permalink
aws: fix incorrect config map (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Stephens <[email protected]>
  • Loading branch information
patrick-stephens authored Apr 4, 2023
1 parent ae0cdab commit ae8a941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aws-fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Fast and lightweight observability processor and forwarder for Linu
home: https://calyptia.com/products/lts-fluentbit/
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg
type: application
version: 0.0.1
version: 0.0.3
appVersion: "v22.10.5"
maintainers:
- name: Calyptia
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-fluent-bit/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
data:
custom_parsers.conf: |
{{- (tpl .Values.config.customParsers $) | nindent 4 }}
calyptia-fluent-bit.conf: |
fluent-bit.conf: |
{{- (tpl .Values.config.service $) | nindent 4 }}
{{- (tpl .Values.config.inputs $) | nindent 4 }}
{{- (tpl .Values.config.filters $) | nindent 4 }}
Expand Down

0 comments on commit ae8a941

Please sign in to comment.