From 434c6ab6fb19308ff8a72bc19c04ce36c4d7094a Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Mon, 18 May 2020 18:20:11 +0200 Subject: [PATCH] markdown fixes --- docs/databases.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/databases.md b/docs/databases.md index 461f380c..cf313e0a 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -264,7 +264,8 @@ role "view" removed: "system:serviceaccounts" 6. ```oc adm policy add-scc-to-user anyuid system:serviceaccount:pgouser1:my-sa``` 7. Alternative to step #6: - ```oc edit scc anyuid + ``` + oc edit scc anyuid ``` ```