zabbix-community / helm-zabbix

Helm chart for Zabbix
https://artifacthub.io/packages/helm/zabbix-community/zabbix
Apache License 2.0
77 stars 45 forks source link

[zabbix-community/zabbix] Add support for custom labels #71

Closed syphernl closed 4 months ago

syphernl commented 4 months ago

Is your feature request related to a problem? Please describe.

We're trying to setup this chart on an AKS cluster using the secrets-store CSI. Besides needing a label on the SA we also need a label on the pod to be able to use this driver. It would be nice if we could add custom labels to stuff like pod, sa, services etc.

Is your feature request related to a problem? Please describe.

See above

Describe the solution you'd like

Cert-manager for example has podLabels and serviceAccount.labels which gets applied to the SA and Pods it creates. There is also a commonLabels option.

It would be nice to have something like that here as well, but perhaps (also) a way to specify this for specific resources (e.g. only zabbix-server pod)

Describe alternatives you've considered

Additional context Related issue: #70

aeciopires commented 4 months ago

Hi @syphernl! Thanks for your colaboration. I understood your necessity. I will implement this feature until next week.