From 2cf57f3da72c1d7c2bf67fe476254b4317c27443 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 5 Jun 2023 10:48:39 +0200 Subject: [PATCH] Update library/common/templates/lib/util/_verify_operator.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- library/common/templates/lib/util/_verify_operator.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/lib/util/_verify_operator.tpl b/library/common/templates/lib/util/_verify_operator.tpl index 99090ac3..95e43004 100644 --- a/library/common/templates/lib/util/_verify_operator.tpl +++ b/library/common/templates/lib/util/_verify_operator.tpl @@ -30,7 +30,7 @@ {{- end -}} {{- end -}} {{- if $metrics -}} - {{- $operatorList = append $operatorList "prometheus" -}} + {{- $operatorList = mustAppend $operatorList "prometheus" -}} {{- end -}} {{- range $opName := $operatorList -}}