Chris Larson

Results 4 comments of Chris Larson

I came here just for this suggestion. Any thoughts?

@Ghilteras you asked why? `selector: matchLabels: {{- include "common.labels.matchLabels" . | nindent 6 }} app.kubernetes.io/component: metrics` because that isn't a condition, it always includes those. This chart needs to have...

My solution was based on a kustomize patch. I could work on a PR to remove this but I believe this would affect all base charts and most likely cause...

Seems all charts use the Labels Template from the [charts/bitnami/common](https://github.com/bitnami/charts/blob/63b3d0b2a7363776b52e6dd68d985b20c3f6c456/bitnami/common/templates/_labels.tpl#L15) In my case elastic search alerts and rules wouldn't match because it requires 3 matching statements for the selector, this...