logzio/logzio-helm

Duplicated app.kubernetes.io/managed-by prevents usage of Flux

Closed this issue · 1 comments

Unfortunatly we are not able to use flux because there are many duplicates of the label "app.kubernetes.io/managed-by:Helm".

I believe the main spot where this is coming from is here: https://github.com/logzio/logzio-helm/blob/master/charts/logzio-k8s-events/templates/_helpers.tpl#L43

image

Fixed in #504 and #505