Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Armando Ruocco <[email protected]>
  • Loading branch information
armru committed Aug 4, 2023
1 parent 989b13d commit eba1222
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
containers:
- command:
- /manager
# TODO: remove before merging
imagePullPolicy: Always
args:
- controller
Expand Down
8 changes: 0 additions & 8 deletions controllers/backup_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ func (r *BackupReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr
return ctrl.Result{}, nil
}

// TODO: enforce webhook defaults here

// ENDTODO

// TODO: Handle deletion of backup for snapshots?

//

clusterName := backup.Spec.Cluster.Name
var cluster apiv1.Cluster
if err := r.Get(ctx, client.ObjectKey{
Expand Down

0 comments on commit eba1222

Please sign in to comment.