Skip to content

Commit 7ce4cfa

Browse files
committed
Update crossplane resource delete script to be aligned with current blueprints
1 parent 129aed8 commit 7ce4cfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hack/demo/delete-gw-cluster-resources.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ kubectl delete securitygrouprule.ec2.aws.upbound.io/${NAME}-upstream15021
99
kubectl delete securitygrouprule.ec2.aws.upbound.io/${NAME}-upstream80
1010
kubectl delete securitygrouprule.ec2.aws.upbound.io/${NAME}-egress15021
1111
kubectl delete securitygrouprule.ec2.aws.upbound.io/${NAME}-egress80
12-
kubectl delete securitygrouprule.ec2.aws.upbound.io/${NAME}-ingress
12+
kubectl delete securitygrouprule.ec2.aws.upbound.io/${NAME}-ingress80
13+
kubectl delete securitygrouprule.ec2.aws.upbound.io/${NAME}-ingress443
1314
kubectl delete lblistener.elbv2.aws.upbound.io/${NAME}
15+
kubectl delete lblistener.elbv2.aws.upbound.io/${NAME}-redir
1416
kubectl delete lbtargetgroup.elbv2.aws.upbound.io/${NAME}
1517
kubectl delete lb.elbv2.aws.upbound.io/${NAME}
1618
kubectl delete securitygroup.ec2.aws.upbound.io/${NAME}

0 commit comments

Comments
 (0)