benthosdev / benthos-captain

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

Add env property to pipeline API #20

Closed mikebaum closed 2 months ago

mikebaum commented 2 months ago

This PR adds the 'env' property to the pipeline API which corresponds to the Kubernetes DeploymentSpec property template.spec.container.env. This is a continuation of the work to satisfy Issue #18