Closed maciekm closed 3 years ago
Removes default sidecar selector as it has changed from app: prometheus to app.kubernetes.io/name: prometheus. This chart should be able to deal with both variances and the sidecar.selector value is now required.
app: prometheus
app.kubernetes.io/name: prometheus
sidecar.selector
fixes #1261
app label was removed from prometheus -> https://github.com/prometheus-operator/prometheus-operator/pull/4350.
app
Tested locally
What's in this PR?
Removes default sidecar selector as it has changed from
app: prometheus
toapp.kubernetes.io/name: prometheus
. This chart should be able to deal with both variances and thesidecar.selector
value is now required.fixes #1261
Why?
app
label was removed from prometheus -> https://github.com/prometheus-operator/prometheus-operator/pull/4350.Additional context
Tested locally