Skip to content

Commit

Permalink
fix: fix SNI index used in watch (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Oct 3, 2024
1 parent acb13d3 commit 974b05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/konnect/watch_kongsni.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func enqueueKongSNIForKongCertificate(
sniList := configurationv1alpha1.KongSNIList{}
if err := cl.List(ctx, &sniList, client.InNamespace(cert.Namespace),
client.MatchingFields{
IndexFieldKongPluginBindingKongServiceReference: cert.Name,
IndexFieldKongSNIOnCertificateRefNmae: cert.Name,
},
); err != nil {
return nil
Expand Down

0 comments on commit 974b05a

Please sign in to comment.