diff --git a/charts/kamaji-etcd/templates/etcd_service_monitor.yaml b/charts/kamaji-etcd/templates/etcd_service_monitor.yaml index 8b9c1aa..bc82001 100644 --- a/charts/kamaji-etcd/templates/etcd_service_monitor.yaml +++ b/charts/kamaji-etcd/templates/etcd_service_monitor.yaml @@ -29,7 +29,7 @@ spec: relabelings: {{- toYaml . | nindent 6 }} {{- end }} {{- end }} - jobLabel: app.kubernetes.io/name + jobLabel: app.kubernetes.io/instance {{- with .Values.serviceMonitor.targetLabels }} targetLabels: {{- toYaml . | nindent 4 }} {{- end }}