Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
guitarrapc opened this issue Dec 6, 2024 · 0 comments · May be fixed by #1168
Open

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

guitarrapc opened this issue Dec 6, 2024 · 0 comments · May be fixed by #1168
Labels
bug Something isn't working

Comments

@guitarrapc
Copy link

guitarrapc commented Dec 6, 2024

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant