Which section(s) is the issue in?
Configuring TLS and routes
What needs fixing?
Managed tls means that the default cluster wildcard cert is used. Unmanaged tls means that the user provided cert/key pair will be injected into the Route.
I think this should say "user provided cert/key pair will be injected into into the Quay container" but not for the Route object, but is it correct? Because when tls is set unmanaged, Route with passthrough termination is used instead of edge termination.