From 3aa01ca302e29235a77398b5ca17762788a9260e Mon Sep 17 00:00:00 2001 From: mentlak Date: Wed, 27 Nov 2024 12:34:44 +0000 Subject: [PATCH] fix: brackets Signed-off-by: mentlak --- charts/prometheus/templates/pdb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus/templates/pdb.yaml b/charts/prometheus/templates/pdb.yaml index dff9284f0c34..fffbdc62fc87 100644 --- a/charts/prometheus/templates/pdb.yaml +++ b/charts/prometheus/templates/pdb.yaml @@ -22,5 +22,5 @@ spec: {{- end }} {{- if hasKey $pdbSpec "unhealthyPodEvictionPolicy" }} unhealthyPodEvictionPolicy: {{ $pdbSpec.unhealthyPodEvictionPolicy }} - {{- end }}}} + {{- end }} {{- end }}