diff --git a/controllers/backupconfiguration_controller.go b/controllers/backupconfiguration_controller.go index 35fb39e..01d3699 100644 --- a/controllers/backupconfiguration_controller.go +++ b/controllers/backupconfiguration_controller.go @@ -220,7 +220,6 @@ func (r *BackupConfigurationReconciler) Reconcile(ctx context.Context, req recon } sidecar := corev1.Container{ Name: formolv1alpha1.SIDECARCONTAINER_NAME, - // TODO: Put the image in the BackupConfiguration YAML file Image: backupConf.Spec.Image, Args: []string{"backupsession", "server"}, //Image: "busybox",