Skip to content

Commit

Permalink
fix: security policy reference grant from field type (#3386)
Browse files Browse the repository at this point in the history
fix: security policy reference grant from field

Signed-off-by: Eguzki Astiz Lezaun <eastizle@redhat.com>
  • Loading branch information
eguzki authored May 14, 2024
1 parent b8e09ec commit bd72474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/kubernetes/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ func (r *gatewayAPIReconciler) processSecurityPolicyObjectRefs(

if backendNamespace != policy.Namespace {
from := ObjectKindNamespacedName{
kind: gatewayapi.KindHTTPRoute,
kind: gatewayapi.KindSecurityPolicy,
namespace: policy.Namespace,
name: policy.Name,
}
Expand Down

0 comments on commit bd72474

Please sign in to comment.