From f357097eb6d68bc8f3c168f0702235b2798f98d4 Mon Sep 17 00:00:00 2001 From: Miguel Varela Ramos Date: Wed, 17 Jul 2024 17:57:33 +0100 Subject: [PATCH] revert: remove override for generate name Signed-off-by: Miguel Varela Ramos --- pkg/issuer/acme/http/httproute.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/issuer/acme/http/httproute.go b/pkg/issuer/acme/http/httproute.go index a55ed8ab0..d6059d053 100644 --- a/pkg/issuer/acme/http/httproute.go +++ b/pkg/issuer/acme/http/httproute.go @@ -132,7 +132,6 @@ func (s *Solver) checkAndUpdateGatewayHTTPRoute(ctx context.Context, ch *cmacme. newHTTPRoute := oldHTTPRoute.DeepCopy() newHTTPRoute.Spec = expectedSpec newHTTPRoute.Labels = expectedLabels - newHTTPRoute.GenerateName = "" ret, err = s.GWClient.GatewayV1().HTTPRoutes(newHTTPRoute.Namespace).Update(ctx, newHTTPRoute, metav1.UpdateOptions{}) if err != nil { return err