update a message

This commit is contained in:
Stavros kois
2022-11-22 17:23:59 +02:00
parent 8c3b5e1b56
commit 779ba9bf78

View File

@@ -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 -}}