Skip to content

Commit

Permalink
Fix integration test resource names mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
katrielt committed Apr 19, 2024
1 parent 123c1f9 commit 5c44587
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
apiVersion: compute.cnrm.cloud.google.com/v1alpha1
kind: ComputeNetworkFirewallPolicyRule
metadata:
name: npfr-${uniqueId}
name: nfpr-${uniqueId}
spec:
action: "deny"
description: "A Firewall Policy Rule"
direction: "INGRESS"
disabled: false
enableLogging: false
firewallPolicyRef:
name: npf-${uniqueId}
name: nfp-${uniqueId}
match:
layer4Configs:
- ipProtocol: "tcp"
Expand Down

0 comments on commit 5c44587

Please sign in to comment.