Skip to content

Commit

Permalink
Update rbac.md, rbac.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
  • Loading branch information
r4rajat committed Sep 25, 2024
1 parent 0e13a48 commit 2c4dc5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/rbac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ This approach enhances security by granting only the necessary permissions.
kubectl create rolebinding kanister-role-binding --role=kanister-role \
--serviceaccount=<release-namespace>:<release-name>-kanister-operator \
--namespace=<application-namespace>
After setting up the required `Role`/`RoleBinding`, Kanister will be able
to successfully perform snapshot and restore operations in the application's
namespace.
4 changes: 4 additions & 0 deletions docs_new/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ This approach enhances security by granting only the necessary permissions.
--serviceaccount=<release-namespace>:<release-name>-kanister-operator \
--namespace=<application-namespace>
```

After setting up the required `Role`/`RoleBinding`, Kanister will be able
to successfully perform snapshot and restore operations in the application's
namespace.

0 comments on commit 2c4dc5e

Please sign in to comment.