honeycombio / helm-charts

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

feat: add deploymentLabels to refinery chart #308

Closed niels-s closed 11 months ago

niels-s commented 11 months ago

Short description of the changes

In the same fashion as podLabels. Add the ability to configure custom deployment labels for the refinery helm chart.

How to verify that this has the expected result

When running the following commands, the output should contain a Deployment resource for Refinery which contains the customer label example.com/label: "true"

echo 'deploymentLabels:                                                                                                                                                                                                                                                                                                                                                                                            
  example.com/label: "true"' > values.yml
helm template refinery charts/refinery --namespace=test --values=values.yml