Skip to content

Commit

Permalink
don't need tags for IGW
Browse files Browse the repository at this point in the history
  • Loading branch information
therealmitchconnors committed Jan 22, 2025
1 parent 9c61d61 commit 1d2e237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/pkg/config/kube/crdclient/client.go
Original file line number Diff line number Diff line change
@@ -368,7 +368,7 @@ func (cl *Client) addCRD(name string) {
ObjectFilter: composeFilters(namespaceFilter, cl.inRevision, extraFilter),
ObjectTransform: transform,
}
if resourceGVK == gvk.Gateway || resourceGVK == gvk.KubernetesGateway {
if resourceGVK == gvk.KubernetesGateway {
filter.ObjectFilter = composeFilters(namespaceFilter, extraFilter)
}

0 comments on commit 1d2e237

Please sign in to comment.