Skip to content

Commit

Permalink
missed manager reference
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Devcich <[email protected]>
  • Loading branch information
bdevcich committed Nov 8, 2023
1 parent 1c5afb7 commit 7d6e1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/datamovementmanager_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ func (r *DataMovementManagerReconciler) createOrUpdateDaemonSetIfNecessary(ctx c
return nil
}

func (r *DataMovementManagerReconciler) isDaemonSetReady(ctx context.Context, manager *dmv1alpha1.DataMovementManager) (bool, error) {
func (r *DataMovementManagerReconciler) isDaemonSetReady(ctx context.Context, manager *nnfv1alpha1.DataMovementManager) (bool, error) {
ds := &appsv1.DaemonSet{
ObjectMeta: metav1.ObjectMeta{
Name: daemonsetName,
Expand Down

0 comments on commit 7d6e1d2

Please sign in to comment.