From 24dabfd8b181cc52a70803a082f814bd68892410 Mon Sep 17 00:00:00 2001 From: Artur Upton Renault Date: Mon, 28 Dec 2020 09:12:35 -0800 Subject: [PATCH] Fix typo in istio authorization docs Forgot to add the knative-serving namespace, which is mentioned in the previous paragraph. --- docs/serving/istio-authorization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/istio-authorization.md b/docs/serving/istio-authorization.md index 2d20fefe5b5..82dc18e2dfd 100644 --- a/docs/serving/istio-authorization.md +++ b/docs/serving/istio-authorization.md @@ -87,7 +87,7 @@ spec: rules: - from: - source: - namespaces: ["serving-tests"] + namespaces: ["serving-tests", "knative-serving"] ``` ## Health checking and metrics collection