@@ -40,7 +40,7 @@ import (
4040 metricsserver "sigs.k8s.io/controller-runtime/pkg/metrics/server"
4141 "sigs.k8s.io/controller-runtime/pkg/webhook"
4242
43- netboxv1 "github.com/netbox-community/netbox-operator/api/v1"
43+ ipamv1 "github.com/netbox-community/netbox-operator/api/v1"
4444 "github.com/netbox-community/netbox-operator/internal/controller"
4545 //+kubebuilder:scaffold:imports
4646)
5353func init () {
5454 utilruntime .Must (clientgoscheme .AddToScheme (scheme ))
5555
56- utilruntime .Must (netboxv1 .AddToScheme (scheme ))
56+ utilruntime .Must (ipamv1 .AddToScheme (scheme ))
5757 //+kubebuilder:scaffold:scheme
5858}
5959
@@ -110,7 +110,7 @@ func main() {
110110 WebhookServer : webhookServer ,
111111 HealthProbeBindAddress : probeAddr ,
112112 LeaderElection : enableLeaderElection ,
113- LeaderElectionID : "9a39d07a.netbox.dev " ,
113+ LeaderElectionID : "9a39d07a.netboxlabs.com " ,
114114 // LeaderElectionReleaseOnCancel defines if the leader should step down voluntarily
115115 // when the Manager ends. This requires the binary to immediately end when the
116116 // Manager is stopped, otherwise, this setting is unsafe. Setting this significantly
0 commit comments