Open Demmyart opened 12 months ago
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.
What does the ConfigMap
you're using look like?
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?