Skip to content

Commit 7a96b68

Browse files
jouvedhaus67
andauthored
Update pkg/templates/probeport/template.go
Co-authored-by: dhaus67 <[email protected]>
1 parent 126696e commit 7a96b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/templates/probeport/template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func init() {
4848
}
4949
if port.Type == intstr.String && !portNames.Contains(port.StrVal) && port.IntValue() == 0 {
5050
results = append(results, diagnostic.Diagnostic{
51-
Message: fmt.Sprintf("probe port %s does not match a port in container %q.", port.StrVal, container.Name),
51+
Message: fmt.Sprintf("probe port %q does not match a port in container %q.", port.StrVal, container.Name),
5252
})
5353
}
5454
}

0 commit comments

Comments
 (0)