Skip to content

Commit 7404661

Browse files
mikaelgronk8s-infra-cherrypick-robot
authored andcommitted
Add empty Labels map on new IPAddressClaim.ObjectMeta
1 parent 7d3639b commit 7404661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/openstackserver_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,7 @@ func (r *OpenStackServerReconciler) getOrCreateIPAddressClaimForFloatingAddress(
602602
},
603603
},
604604
Finalizers: []string{infrav1.IPClaimMachineFinalizer},
605+
Labels: map[string]string{},
605606
},
606607
Spec: ipamv1.IPAddressClaimSpec{
607608
PoolRef: *poolRef,

0 commit comments

Comments
 (0)