factorhouse / kpow-helm-charts

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

Add support for labels #10

Closed duartesaraiva98 closed 10 months ago

duartesaraiva98 commented 1 year ago

This pull request proposes to add support for providing labels via a labels key in values file.

Example:

labels:
  label-one: value-one

These labels will be applied in the Deployment resource under the keys:

metadata.labels and spec.template.metadata.labels

duartesaraiva98 commented 1 year ago

Related to issue #9