VictoriaMetrics / helm-charts

Helm charts for VictoriaMetrics, VictoriaLogs and ecosystem
https://victoriametrics.github.io/helm-charts/
Apache License 2.0
340 stars 331 forks source link

bug: extraLabels not setting deployment metadata labels #1687

Open grdq opened 2 hours ago

grdq commented 2 hours ago

Chart name and version chart: victoria-metrics-auth version: v0.7.4

Describe the bug Hi,

I am trying to set a label on the vmauth deployment (under the template:, metadata:, labels: structure) by using extraLabels, it doesn't look to actually be setting this when I look at the deployment. Is it intended that extraLabels will allow me to add labels to this section?

Thanks!

grdq commented 2 hours ago

I was incorrect, this is working fine.

grdq commented 2 hours ago

Turns out that this is an issue, but I accidentally downgraded to v.0.7.3 which does not show this behavior. But when using v0.7.4 this does not set the label!