launchdarkly / ld-relay-helm

A helm chart to ease deployment of the LaunchDarkly Relay Proxy
Other
6 stars 12 forks source link

Add ability to add environment variable on deployment #33

Closed uristernik closed 1 year ago

uristernik commented 1 year ago

Is your feature request related to a problem? Please describe. I want to use an environment variable with valueFrom.fieldRef.fieldPath. Because you are passing it to the config map, this is not an option at the moment.

Describe the solution you'd like Have another value that renders to the containers environment variable

Describe alternatives you've considered None right now

keelerm84 commented 1 year ago

Will post here as well once the PR has been resolved.

keelerm84 commented 1 year ago

Supported in 2.2.0!

Please note the slight key change from your original PR (relay.envVars vs relay.environmentVariables).

Thank you again for your contribution and patience while I worked to get this released.