You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Describe the bug
typo in configmap.yaml template - in the
.Values.firehose.enabled
if block theextraOutputs
uses kinesis and not firehoseSteps 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
insteadEnvironment
Additional Context:
The text was updated successfully, but these errors were encountered: