From 34bbaee4482ec40f0c71a02e2d060be8b36ac324 Mon Sep 17 00:00:00 2001 From: Cyrille Nofficial Date: Thu, 13 Oct 2022 15:17:11 +0200 Subject: [PATCH] fix helm label --- helm/templates/podmonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/podmonitor.yaml b/helm/templates/podmonitor.yaml index 31bacbf..6e531fb 100644 --- a/helm/templates/podmonitor.yaml +++ b/helm/templates/podmonitor.yaml @@ -8,7 +8,7 @@ metadata: spec: selector: matchLabels: - {{- include "pod-cleaner.labels" . | nindent 4 }} + {{- include "pod-cleaner.labels" . | nindent 6 }} podMetricsEndpoints: - port: {{ include "pod-cleaner.metrics.portName" . | quote }} path: {{ .Values.podMonitor.path | quote }}