From 52e9cf901b3506f992cd040eb9f2351209ad03ea Mon Sep 17 00:00:00 2001 From: "Mahdi K. Fard" Date: Wed, 19 May 2021 21:39:46 +0430 Subject: [PATCH] Fix typos in the sample yaml file --- docs/serving/samples/knative-routing-go/routing.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/serving/samples/knative-routing-go/routing.yaml b/docs/serving/samples/knative-routing-go/routing.yaml index f4bbfef6af3..fb4eb5f4afd 100644 --- a/docs/serving/samples/knative-routing-go/routing.yaml +++ b/docs/serving/samples/knative-routing-go/routing.yaml @@ -45,13 +45,13 @@ spec: - uri: prefix: "/login" rewrite: - # Rewrite the original host header to the host header of Search service - # in order to redirect requests to Search service. + # Rewrite the original host header to the host header of Login service + # in order to redirect requests to Login service. authority: login-service.default.example.com route: # Basically here we redirect the request to the cluster entry again with # updated header "login-service.default.example.com" so the request will - # eventually be directed to LOgin service. + # eventually be directed to Login service. - destination: host: istio-ingressgateway.istio-system.svc.cluster.local port: