Skip to content

Commit b7b2d05

Browse files
committed
Add empty Labels map on new IPAddressClaim.ObjectMeta
1 parent 880a5f6 commit b7b2d05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/openstackserver_controller.go

+1
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)