Skip to content

Commit

Permalink
fix(konnect): add missing index options (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Oct 24, 2024
1 parent 170469a commit 550c937
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/manager/controller_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,14 @@ func SetupCacheIndicesForKonnectTypes(ctx context.Context, mgr manager.Manager,
Object: &configurationv1alpha1.KongVault{},
IndexOptions: konnect.IndexOptionsForKongVault(),
},
{
Object: &configurationv1alpha1.KongCertificate{},
IndexOptions: konnect.IndexOptionsForKongCertificate(),
},
{
Object: &configurationv1alpha1.KongCACertificate{},
IndexOptions: konnect.IndexOptionsForKongCACertificate(),
},
{
Object: &konnectv1alpha1.KonnectGatewayControlPlane{},
IndexOptions: konnect.IndexOptionsForKonnectGatewayControlPlane(),
Expand Down

0 comments on commit 550c937

Please sign in to comment.