From 8e85ce9c4c7f4101d92c245d9819162b89780088 Mon Sep 17 00:00:00 2001 From: Jean-Marc Andre Date: Sat, 22 May 2021 22:00:35 +0200 Subject: [PATCH] This is done --- controllers/backupconfiguration_controller.go | 1 - 1 file changed, 1 deletion(-) 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",