Skip to content

Commit

Permalink
comment out register of AzureRwxBackupReconciler
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-kho committed Feb 19, 2025
1 parent 29ac010 commit f6acc91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,10 @@ func main() {
os.Exit(1)
}

if err = cloudresourcescontroller.SetupAzureRwxBackupReconciler(skrRegistry); err != nil {
setupLog.Error(err, "unable to create controller", "controller", "AzureRwxVolumeBackup")
os.Exit(1)
}
//if err = cloudresourcescontroller.SetupAzureRwxBackupReconciler(skrRegistry); err != nil {
// setupLog.Error(err, "unable to create controller", "controller", "AzureRwxVolumeBackup")
// os.Exit(1)
//}

// KCP Controllers
if err = cloudcontrolcontroller.SetupScopeReconciler(ctx, mgr, scopeclient.NewAwsStsGardenClientProvider(), skrLoop, gcpclient.NewServiceUsageClientProvider()); err != nil {
Expand Down

0 comments on commit f6acc91

Please sign in to comment.