Skip to content

Commit

Permalink
Revert "Update demo.md (#1396)" (#1433)
Browse files Browse the repository at this point in the history
This reverts commit 5635c33.
  • Loading branch information
edlee2121 authored Jun 19, 2019
1 parent c08de63 commit 9e30c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ kubectl create clusterrolebinding YOURNAME-cluster-admin-binding --clusterrole=c

To run all of the examples in this guide, the 'default' service account is too limited to support
features such as artifacts, outputs, access to secrets, etc... For demo purposes, run the following
command to grant admin privileges to the 'argo' service account in the namespace 'argo':
command to grant admin privileges to the 'default' service account in the namespace 'default':
```
kubectl create rolebinding default-admin --clusterrole=admin --serviceaccount=argo:argo
kubectl create rolebinding default-admin --clusterrole=admin --serviceaccount=default:default
```
For the bare minimum set of privileges which a workflow needs to function, see
[Workflow RBAC](docs/workflow-rbac.md). You can also submit workflows which run with a different
Expand Down

0 comments on commit 9e30c06

Please sign in to comment.