We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Even if user set firehose.extraOutputs helm template not referencing this key, but it refer kinesis.extraOutputs.
firehose.extraOutputs
kinesis.extraOutputs
This led by following typo, .Values.kinesis.extraOutputs should be .Values.firehose.extraOutputs.
.Values.kinesis.extraOutputs
.Values.firehose.extraOutputs
eks-charts/stable/aws-for-fluent-bit/templates/configmap.yaml
Lines 186 to 188 in ef3f314
Steps to reproduce
Set firehose.extraOutputs in Values.yaml, but values are not referencing in [OUTPUT].
[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
Additional Context:
The text was updated successfully, but these errors were encountered:
aws-for-fluent-bit
Successfully merging a pull request may close this issue.
Describe the bug
Even if user set
firehose.extraOutputs
helm template not referencing this key, but it referkinesis.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
Steps to reproduce
Set firehose.extraOutputs in Values.yaml, but values are not referencing in
[OUTPUT]
.Expected outcome
Environment
Additional Context:
The text was updated successfully, but these errors were encountered: