Update library/common/templates/lib/util/_verify_operator.tpl

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Kjeld Schouten
2023-06-05 10:48:39 +02:00
committed by GitHub
parent 50c1ace4f9
commit 2cf57f3da7

View File

@@ -30,7 +30,7 @@
{{- end -}}
{{- end -}}
{{- if $metrics -}}
{{- $operatorList = append $operatorList "prometheus" -}}
{{- $operatorList = mustAppend $operatorList "prometheus" -}}
{{- end -}}
{{- range $opName := $operatorList -}}