launchdarkly / ld-relay-helm

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

feat: add possibility to specify podLabels in the chart #30

Closed kovaxur closed 1 year ago

kovaxur commented 1 year ago

Requirements

Related issues

29

Describe the solution you've provided

Added a new variable to specify labels.

Describe alternatives you've considered

N/A

Additional context

I have not much knowledge of go, please help with creating the test case.

keelerm84 commented 1 year ago

:wave: Hi and thank you for your contribution!

I have not much knowledge of go, please help with creating the test case.

No worries! I am going to merge this into a separate branch for now. There are some small changes I want to make with this structure, so I'll do that and then add any necessary tests.

Thank you again!

keelerm84 commented 1 year ago

Support added in 2.1.0.

NOTE: I moved the podLabels option under a new top level pod configuration option. To configure your labels, you will need to do

pod:
    labels:
        example-label: label-value