honeycombio / helm-charts

Helm repository and charts for Honeycomb
Apache License 2.0
30 stars 39 forks source link

feat: Added support for additional env variable settings #242

Closed anux-linux closed 1 year ago

anux-linux commented 1 year ago

Which problem is this PR solving?

Adding additional custom env variables to honeycomb

Short description of the changes

extending config to read env variable from a user values file.

How to verify that this has the expected result

adding proxy setting like this will add them to the chart

additionalEnv:
  - name: HTTP_PROXY
    value: http://your-proxy-url.example:8080