Skip to content

Commit

Permalink
Ignore CA as it may cause extended validation errors
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Sanders <[email protected]>
  • Loading branch information
jakexks committed Jul 14, 2022
1 parent bad54e3 commit 4d2d199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ func (r *Route) populateRoute(ctx context.Context, route *routev1.Route, cr *cma
route.Spec.TLS.Key = string(encodedKey)
delete(route.Annotations, cmapi.IsNextPrivateKeySecretLabelKey)
route.Spec.TLS.Certificate = string(cr.Status.Certificate)
route.Spec.TLS.CACertificate = string(cr.Status.CA)

_, err = r.routeClient.RouteV1().Routes(route.Namespace).Update(ctx, route, metav1.UpdateOptions{})
return err
Expand Down

0 comments on commit 4d2d199

Please sign in to comment.