Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kchiranjewee63 committed Jul 19, 2024
1 parent c4b97de commit 0631a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/webhook/pkg/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func CreatePodPatch(pod *corev1.Pod, injectInitContainer bool, agentHttpsApiPort

if injectInitContainer {
var portOk bool

servicePort, portOk = pod.Annotations["tratteria/service-port"]

if !portOk {
Expand Down

0 comments on commit 0631a8d

Please sign in to comment.