From bba65977e150757c3c19fe92aead628f3aa53eed Mon Sep 17 00:00:00 2001 From: Takumi Sue <23391543+mikutas@users.noreply.github.com> Date: Tue, 19 Sep 2023 02:11:27 +0900 Subject: [PATCH] Fix broken table formatting (#1681) close #1672 Signed-off-by: Takumi Sue Co-authored-by: Travis Beckham <57149918+travisbeckham@users.noreply.github.com> Signed-off-by: Yohan Belval --- linkerd.io/content/2-edge/reference/authorization-policy.md | 3 +-- linkerd.io/content/2.12/reference/authorization-policy.md | 3 +-- linkerd.io/content/2.13/reference/authorization-policy.md | 3 +-- linkerd.io/content/2.14/reference/authorization-policy.md | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/linkerd.io/content/2-edge/reference/authorization-policy.md b/linkerd.io/content/2-edge/reference/authorization-policy.md index 62afdc9081..1089b8f463 100644 --- a/linkerd.io/content/2-edge/reference/authorization-policy.md +++ b/linkerd.io/content/2-edge/reference/authorization-policy.md @@ -201,8 +201,7 @@ applies. The API objects supported are: {{< table >}} | field| value | |------|-------| -| `group`| Group is the group of the target resource. For namespace kinds, this -should be omitted.| +| `group`| Group is the group of the target resource. For namespace kinds, this should be omitted.| | `kind`| Kind is kind of the target resource.| | `namespace`| The namespace of the target resource. When unspecified (or empty string), this refers to the local namespace of the policy.| | `name`| Name is the name of the target resource.| diff --git a/linkerd.io/content/2.12/reference/authorization-policy.md b/linkerd.io/content/2.12/reference/authorization-policy.md index 498a1b8127..bc8e9fd4eb 100644 --- a/linkerd.io/content/2.12/reference/authorization-policy.md +++ b/linkerd.io/content/2.12/reference/authorization-policy.md @@ -361,8 +361,7 @@ applies. The API objects supported are: {{< table >}} | field| value | |------|-------| -| `group`| Group is the group of the target resource. For namespace kinds, this -should be omitted.| +| `group`| Group is the group of the target resource. For namespace kinds, this should be omitted.| | `kind`| Kind is kind of the target resource.| | `namespace`| The namespace of the target resource. When unspecified (or empty string), this refers to the local namespace of the policy.| | `name`| Name is the name of the target resource.| diff --git a/linkerd.io/content/2.13/reference/authorization-policy.md b/linkerd.io/content/2.13/reference/authorization-policy.md index c70e748c35..c1280180f0 100644 --- a/linkerd.io/content/2.13/reference/authorization-policy.md +++ b/linkerd.io/content/2.13/reference/authorization-policy.md @@ -186,8 +186,7 @@ applies. The API objects supported are: {{< table >}} | field| value | |------|-------| -| `group`| Group is the group of the target resource. For namespace kinds, this -should be omitted.| +| `group`| Group is the group of the target resource. For namespace kinds, this should be omitted.| | `kind`| Kind is kind of the target resource.| | `namespace`| The namespace of the target resource. When unspecified (or empty string), this refers to the local namespace of the policy.| | `name`| Name is the name of the target resource.| diff --git a/linkerd.io/content/2.14/reference/authorization-policy.md b/linkerd.io/content/2.14/reference/authorization-policy.md index 62afdc9081..1089b8f463 100644 --- a/linkerd.io/content/2.14/reference/authorization-policy.md +++ b/linkerd.io/content/2.14/reference/authorization-policy.md @@ -201,8 +201,7 @@ applies. The API objects supported are: {{< table >}} | field| value | |------|-------| -| `group`| Group is the group of the target resource. For namespace kinds, this -should be omitted.| +| `group`| Group is the group of the target resource. For namespace kinds, this should be omitted.| | `kind`| Kind is kind of the target resource.| | `namespace`| The namespace of the target resource. When unspecified (or empty string), this refers to the local namespace of the policy.| | `name`| Name is the name of the target resource.|