Skip to content

Commit

Permalink
fix: ClusterWorkflowTemplate RBAC for argo server (argoproj#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarabala1979 committed Apr 23, 2020
1 parent 1f14f2a commit 1ea286e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ rules:
- clusterworkflowtemplates
- clusterworkflowtemplates/finalizers
verbs:
- create
- delete
- watch
- get
- list
- watch
Expand Down
3 changes: 3 additions & 0 deletions manifests/quick-start-no-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ rules:
- clusterworkflowtemplates
- clusterworkflowtemplates/finalizers
verbs:
- create
- delete
- watch
- get
- list
- watch
Expand Down
3 changes: 3 additions & 0 deletions manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ rules:
- clusterworkflowtemplates
- clusterworkflowtemplates/finalizers
verbs:
- create
- delete
- watch
- get
- list
- watch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ rules:
- clusterworkflowtemplates
- clusterworkflowtemplates/finalizers
verbs:
- create
- delete
- watch
- get
- list
- watch
Expand Down

0 comments on commit 1ea286e

Please sign in to comment.