From 779ba9bf7879401da3aec58fa4a836ccfbb13eb1 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 22 Nov 2022 17:23:59 +0200 Subject: [PATCH] update a message --- library/common/1.0.0/templates/lib/container/_probes.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/1.0.0/templates/lib/container/_probes.tpl b/library/common/1.0.0/templates/lib/container/_probes.tpl index 6be0ed74..ceeed43a 100644 --- a/library/common/1.0.0/templates/lib/container/_probes.tpl +++ b/library/common/1.0.0/templates/lib/container/_probes.tpl @@ -60,7 +60,7 @@ {{- else if (eq ($probeType | lower) "grpc") -}} {{- printf "grpc:" | nindent 2 }} {{- else if (eq $probeType "UDP") -}} - {{- fail "UDP Probes are not supported. Please set a different UDP probe or disable probes." -}} + {{- fail "UDP Probes are not supported. Please use a different probe or disable probes." -}} {{- end -}} {{- $probePort := $primaryPort.port -}}