benthosdev / benthos-captain

A Kubernetes Operator to orchestrate Benthos pipelines
MIT License
38 stars 9 forks source link

add property configFiles to API #19

Closed mikebaum closed 2 months ago

mikebaum commented 2 months ago

As per the discussion started in #18 this is an initial PR to add a configFiles property to the Pipeline API.

The configFiles can be used to specify additional configuration to mount as files in the config directory. This new property is needed in cases where the provided benthos configuration may need to read a file in order to perform its work. This is not intended for secrets.