Currently, there is a way to specify an understandable for Prometheus operator labels such as release: prometheus-operator or app: kube-prometheus-stack in order to have a selection between config of Prometheus and servicemonitors. I will be very glad if you will change or delete the existing labels under keys release and app from ServiceMonitors from the chart because they are confronting and causing errors with the existing setup.
|
app: {{ template "clickhouse-exporter.name" . }} |
|
release: "{{ .Release.Name }}" |
Currently, there is a way to specify an understandable for Prometheus operator labels such as
release: prometheus-operatororapp: kube-prometheus-stackin order to have a selection between config of Prometheus and servicemonitors. I will be very glad if you will change or delete the existing labels under keysreleaseandappfromServiceMonitorsfrom the chart because they are confronting and causing errors with the existing setup.helm-charts/clickhouse-exporter/templates/servicemonitor.yaml
Lines 12 to 13 in 4e029d9