From 07a2e643239da9f80fbf56a04443741ec4611c3e Mon Sep 17 00:00:00 2001 From: Elouan Keryell-Even Date: Tue, 5 Dec 2023 22:04:55 +0100 Subject: [PATCH] docs: Fix format issue in rbac.md (#16521) Wrongly placed horizontal line (`----`) was formatting code-block as a header. Fixed it with a necessary line break Signed-off-by: Elouan Keryell-Even --- docs/operator-manual/rbac.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/operator-manual/rbac.md b/docs/operator-manual/rbac.md index 0f15a18be1973..b1d386fb5eb8e 100644 --- a/docs/operator-manual/rbac.md +++ b/docs/operator-manual/rbac.md @@ -159,6 +159,7 @@ data: g, your-github-org:your-team, role:org-admin ``` + ---- Another `policy.csv` example might look as follows: