Describe the bug
typo in configmap.yaml template - in the .Values.firehose.enabled if block the extraOutputs uses kinesis and not firehose
Steps to reproduce
Expected outcome
to pass values to the firehose section I would like to use .Values.firehose.extraOutputs but I have to use .Values.kinesis.extraOutputs instead
Environment
- Chart name: aws-for-fluent-bit
- Chart version: v0.0.170
- Kubernetes version: n/a
- Using EKS (yes/no), if so version? n/a
Additional Context:
https://github.com/aws/eks-charts/blob/master/stable/aws-for-fluent-bit/templates/configmap.yaml#L187
Describe the bug
typo in configmap.yaml template - in the
.Values.firehose.enabledif block theextraOutputsuses kinesis and not firehoseSteps to reproduce
Expected outcome
to pass values to the firehose section I would like to use
.Values.firehose.extraOutputsbut I have to use.Values.kinesis.extraOutputsinsteadEnvironment
Additional Context: