factorhouse / kpow-helm-charts

Run Kpow for Apache Kafka in Kubernetes
Apache License 2.0
7 stars 5 forks source link

Add support for providing custom labels #9

Closed duartesaraiva98 closed 10 months ago

duartesaraiva98 commented 1 year ago

For our deployment of Kpow we need to be able to provide custom labels. I would like to add this functionality to the chart.

My proposal is to have a labels key in values, and the labels are added to both the metadata.labels and spec.template.metadata.labels in Deployment.

labels:
  label-one: value-one
d-t-w commented 1 year ago

Thanks for raising this, and the associated PR, @duartesaraiva98.

We'll take a look at it shortly and get back to you.

d-t-w commented 10 months ago

Merged and closed thanks @duartesaraiva98 👍