From e8038166ea948cdabf6adf56f4e7ef51ff9e190c Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Wed, 20 Sep 2023 07:47:12 +0100 Subject: [PATCH] Update configuring-serving-cr.md (#5690) Fix typo in customizing kourier-bootstrap for Kourier gateway Co-authored-by: Husni Alhamdani --- docs/install/operator/configuring-serving-cr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/operator/configuring-serving-cr.md b/docs/install/operator/configuring-serving-cr.md index 4837b04764..2eeb996dd7 100644 --- a/docs/install/operator/configuring-serving-cr.md +++ b/docs/install/operator/configuring-serving-cr.md @@ -403,7 +403,7 @@ spec: local-gateway.knative-serving.knative-local-gateway: "custom-local-gateway.istio-system.svc.cluster.local" ``` -## Cutomize kourier-bootstrap for Kourier gateways: +## Customize kourier-bootstrap for Kourier gateways: By default, Kourier contains envoy bootstrap configuration in the ConfigMap `kourier-bootstrap`. The `spec.ingress.kourier.bootstrap-configmap` field allows you to specify your customized bootstrap ConfigMap.