-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Even if user set firehose.extraOutputs
helm template not referencing this key, but it refer kinesis.extraOutputs
.
This led by following typo, .Values.kinesis.extraOutputs
should be .Values.firehose.extraOutputs
.
eks-charts/stable/aws-for-fluent-bit/templates/configmap.yaml
Lines 186 to 188 in ef3f314
{{- if .Values.kinesis.extraOutputs }} | |
{{ .Values.kinesis.extraOutputs | indent 8 }} | |
{{- end }} |
Steps to reproduce
Set firehose.extraOutputs in Values.yaml, but values are not referencing in [OUTPUT]
.
firehose:
enabled: true
match: "foo.*"
region: "us-east-1"
deliveryStream: "some-delivery-name"
dataKeys:
roleArn:
endpoint:
timeKey:
extraOutputs: |
replace_dots _
[OUTPUT]
Name firehose
Match foo.*
region us-east-1
delivery_stream some-delivery-name
Expected outcome
[OUTPUT]
Name firehose
Match foo.*
region us-east-1
delivery_stream some-delivery-name
replace_dots _
Environment
- Chart name: aws-for-fluent-bit
- Chart version: 0.1.34
- Kubernetes version: n/a
- Using EKS (yes/no), if so version? n/a
Additional Context:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working