Skip to content

[aws-for-fluent-bit] firehose.extraOutputs doesn't use in template #1187

@guitarrapc

Description

@guitarrapc

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.

{{- 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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions