Skip to content

Commit

Permalink
feat: adding argo rollouts support to hack manifests (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoeding committed Dec 1, 2021
1 parent 04b44c0 commit 6924753
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hack/manifests/controller/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ rules:
- 'create'
- 'delete'
- 'update'
- apiGroups:
- 'argoproj.io'
resources:
- 'rollouts'
verbs:
- 'get'
- 'list'
- 'watch'
7 changes: 7 additions & 0 deletions hack/manifests/dashboard/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ rules:
verbs:
- 'get'
- 'list'
- apiGroups:
- 'argoproj.io'
resources:
- 'rollouts'
verbs:
- 'get'
- 'list'

0 comments on commit 6924753

Please sign in to comment.