Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gvicentin committed Aug 12, 2024
1 parent 0b023eb commit 75f572d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kubernetes/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,6 @@ func (k *IngressService) RemoveCertManagerCertificate(ctx context.Context, id ro
}

func (s *IngressService) fillIngressMeta(i *networkingV1.Ingress, routerOpts router.Opts, id router.InstanceID, team string) {
// TODO: receive team name and add as an annotation
if i.ObjectMeta.Labels == nil {
i.ObjectMeta.Labels = map[string]string{}
}
Expand Down

0 comments on commit 75f572d

Please sign in to comment.