Skip to content

Commit da4d3b2

Browse files
committed
Don't filter VPCs by label
1 parent c28af44 commit da4d3b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

internal/controller/linodevpc_controller_helpers.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ func reconcileVPC(ctx context.Context, vpcScope *scope.VPCScope, logger logr.Log
4444

4545
createConfig.Label = vpcScope.LinodeVPC.Name
4646
listFilter := util.Filter{
47-
ID: vpcScope.LinodeVPC.Spec.VPCID,
48-
Label: createConfig.Label,
49-
Tags: nil,
47+
ID: vpcScope.LinodeVPC.Spec.VPCID,
48+
Tags: nil,
5049
}
5150
filter, err := listFilter.String()
5251
if err != nil {

0 commit comments

Comments
 (0)