zabbix-community / helm-zabbix

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

[zabbix-community/zabbix] Add option to use custom service account #70

Closed syphernl closed 7 months ago

syphernl commented 7 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. For this we need to be able to add labels to a SA. This chart doesn't have that functionality so we tried to create our own SA, but we cannot specify this in the chart values.

Describe the solution you'd like A way to provide a custom SA

Describe alternatives you've considered We need to add labels to the SA. This could also be implemented instead of a custom SA, although it probably would be useful to have both.

Additional context

aeciopires commented 7 months ago

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