Skip to content

Commit 35e998d

Browse files
deploy/helm add permissions to argo
Signed-off-by: Jordi Massaguer Pla <jmassaguerpla@suse.de>
1 parent 8547b49 commit 35e998d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deploy/helm/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@ dependency, which are argo workflows.
131131
> :Warning: Note that we are setting up the authentication method for
132132
demonstration purposes. You might want to review this for production envs.
133133

134+
You need to have some admin permissions so that new deployments can be
135+
created by Argo Workflows. The following will add them:
136+
137+
```kubectl create rolebinding default-admin --clusterrole=admin --serviceaccount=monai:default --namespace=monai```
138+
139+
> :WARNING!: This adds admin permissions to all service accounts in the
140+
monai namespace. This is for demonstration purposes. Be careful with
141+
this if you want to set up a production environment.
142+
134143
Congrats! You have installed all dependencies. It was not difficult
135144
with helm, right?
136145

0 commit comments

Comments
 (0)