launchdarkly / ld-relay-helm

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

Support loading config through volumes #8

Closed keelerm84 closed 2 years ago

keelerm84 commented 2 years ago

This commit adds support for configuring the relay proxy through the use of an ini style config.

Supporting this requires loading the file from a mounted volume. Offline mode also requires a mounted volume. To prevent duplicate volume configurations, I have changed the configuration to all set under a single volume option.

As a result, I have also updated the documentation quite extensively. Hopefully this new ordering is more clear. I'll still plan on having the docs team review it though.

shortcut-integration[bot] commented 2 years ago

This pull request has been linked to Shortcut Story #169410: Investigate loading proxy config from volume.