We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a915b commit c70897fCopy full SHA for c70897f
cmd/main.go
@@ -144,6 +144,10 @@ func main() {
144
setupLog.Error(err, "unable to create webhook", "webhook", "ProxmoxCluster")
145
os.Exit(1)
146
}
147
+ if err = (&webhook.ProxmoxMachine{}).SetupWebhookWithManager(mgr); err != nil {
148
+ setupLog.Error(err, "unable to create webhook", "webhook", "ProxmoxMachine")
149
+ os.Exit(1)
150
+ }
151
152
//+kubebuilder:scaffold:builder
153
0 commit comments