From bb47cef0099f929fb820702e91bd203465e8c376 Mon Sep 17 00:00:00 2001 From: Tommy Sauer Date: Wed, 4 Sep 2024 15:37:48 +0200 Subject: [PATCH] blank linke Co-authored-by: Akshay Iyyadurai Balasundaram --- .../charts/templates/tests/test-kube-monitoring-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kube-monitoring/charts/templates/tests/test-kube-monitoring-config.yaml b/kube-monitoring/charts/templates/tests/test-kube-monitoring-config.yaml index fe815566..bc1a007c 100644 --- a/kube-monitoring/charts/templates/tests/test-kube-monitoring-config.yaml +++ b/kube-monitoring/charts/templates/tests/test-kube-monitoring-config.yaml @@ -53,6 +53,7 @@ data: @test "Verify creation of the prometheus-{{ .Release.Name }} statefulset" { verify "there is 1 statefulset named 'prometheus-{{ .Release.Name }}'" } + @test "Verify creation of the {{ .Release.Name }}-sd Podmonitor" { verify "there is 1 podmonitor named '{{ .Release.Name }}-sd'" }