From c658ebd5812d95a7cb3bc9a30908845abdb1b31f Mon Sep 17 00:00:00 2001 From: yanrongshi Date: Mon, 27 Dec 2021 12:22:30 +0800 Subject: [PATCH] fix-#10609:zh-translation:docs/tasks/security/authentication/authn-policy/ (#10673) * Update index.md * Update index.md * Update index.md * Update index.md --- .../tasks/security/authentication/authn-policy/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/zh/docs/tasks/security/authentication/authn-policy/index.md b/content/zh/docs/tasks/security/authentication/authn-policy/index.md index 828e7a4340..487f7a4d79 100644 --- a/content/zh/docs/tasks/security/authentication/authn-policy/index.md +++ b/content/zh/docs/tasks/security/authentication/authn-policy/index.md @@ -451,7 +451,7 @@ spec: rules: - from: - source: - notRequestPrincipals: ["*"] + notRequestPrincipals: ["*"] EOF {{< /text >}} @@ -481,10 +481,10 @@ spec: rules: - from: - source: - notRequestPrincipals: ["*"] - to: + notRequestPrincipals: ["*"] + to: - operation: - paths: ["/headers"] + paths: ["/headers"] EOF {{< /text >}}