Skip to content

Commit

Permalink
Merge 768ea38 into backport/mg-fix-logic-on-apigateway-that-ignores-c…
Browse files Browse the repository at this point in the history
…urrent-annotations-on-services/scarcely-fair-sole
  • Loading branch information
hc-github-team-consul-core committed Feb 13, 2024
2 parents cc3cfb6 + 768ea38 commit 443e71d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions control-plane/api-gateway/gatekeeper/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ func mergeServiceInto(existing, desired *corev1.Service) {
existing.ObjectMeta.Labels[k] = v
}
}

return
}

// hasEqualPorts does a fuzzy comparison of the ports on a service spec
Expand Down

0 comments on commit 443e71d

Please sign in to comment.