From 2c4dc5ec56273e8fc7afcea8b77fe8122299f4b3 Mon Sep 17 00:00:00 2001 From: Rajat Gupta Date: Wed, 25 Sep 2024 16:09:28 +0530 Subject: [PATCH] Update rbac.md, rbac.rst Signed-off-by: Rajat Gupta --- docs/rbac.rst | 4 ++++ docs_new/rbac.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/rbac.rst b/docs/rbac.rst index 85c9bf8d2d..5f25cba916 100644 --- a/docs/rbac.rst +++ b/docs/rbac.rst @@ -64,3 +64,7 @@ This approach enhances security by granting only the necessary permissions. kubectl create rolebinding kanister-role-binding --role=kanister-role \ --serviceaccount=:-kanister-operator \ --namespace= + +After setting up the required `Role`/`RoleBinding`, Kanister will be able +to successfully perform snapshot and restore operations in the application's +namespace. diff --git a/docs_new/rbac.md b/docs_new/rbac.md index 8743ad6083..a80941d8f4 100644 --- a/docs_new/rbac.md +++ b/docs_new/rbac.md @@ -60,3 +60,7 @@ This approach enhances security by granting only the necessary permissions. --serviceaccount=:-kanister-operator \ --namespace= ``` + +After setting up the required `Role`/`RoleBinding`, Kanister will be able +to successfully perform snapshot and restore operations in the application's +namespace. \ No newline at end of file