Skip to content

Commit

Permalink
chore: do not set the Namespace in KongPluginBinding's CP ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Nov 22, 2024
1 parent df941a9 commit c899a46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controller/konnect/reconciler_kongplugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ func (r *KongPluginReconciler) Reconcile(ctx context.Context, req ctrl.Request)
WithControlPlaneRef(&configurationv1alpha1.ControlPlaneRef{
Type: configurationv1alpha1.ControlPlaneRefKonnectNamespacedRef,
KonnectNamespacedRef: &configurationv1alpha1.KonnectNamespacedRef{
Namespace: cpNN.Namespace,
Name: cpNN.Name,
Name: cpNN.Name,
},
})

Expand Down

0 comments on commit c899a46

Please sign in to comment.