Skip to content

Commit

Permalink
addressed review comment
Browse files Browse the repository at this point in the history
Signed-off-by: Varsha B <[email protected]>
  • Loading branch information
varshab1210 committed Jan 16, 2025
1 parent b000341 commit c269db4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions controllers/gitopsservice_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -967,13 +967,3 @@ func ensurePodSecurityLabels(namespace *corev1.Namespace) (bool, *corev1.Namespa
}
return changed, namespace
}

func namespaceMapper(ctx context.Context, o client.Object) []reconcile.Request {
// var result = []reconcile.Request{}
namespacedName := client.ObjectKey{
Name: o.GetName(),
}
return []reconcile.Request{
{NamespacedName: namespacedName},
}
}

0 comments on commit c269db4

Please sign in to comment.