This is done

This commit is contained in:
jandre 2021-05-22 22:00:35 +02:00
parent ba5fc36712
commit 8e85ce9c4c

View File

@ -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",