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
And after that I'm getting the following error: level=error msg="Failed to create stream (fill_report_stream): failed to init processor <no label> path root.pipeline.processors.0: ..2023_11_20_13_23_29.2531302976/FillReport.proto:4:9: symbol \"FillReport\" already defined at FillReport.proto:4:9" @service=benthos
Inside of the container, I'm getting the folder structure with multiple links:
There shouldn't be anything in the chart that's doing this manipulation, extraVolumes and extraVolumeMounts just map to volumes and volumeMounts on the Deployment itself.
Hi, I'm trying to use the processor as follows:
So, I have configmap which is mounted as a volume then:
And after that I'm getting the following error:
level=error msg="Failed to create stream (fill_report_stream): failed to init processor <no label> path root.pipeline.processors.0: ..2023_11_20_13_23_29.2531302976/FillReport.proto:4:9: symbol \"FillReport\" already defined at FillReport.proto:4:9" @service=benthos
Inside of the container, I'm getting the folder structure with multiple links:
Should we actually do this manipulation? What should I do to pass my proto file to the processor?
The text was updated successfully, but these errors were encountered: