Skip to content

Commit

Permalink
fix: Add watch verb to clusterRole for pods
Browse files Browse the repository at this point in the history
Fixes #1960

Signed-off-by: Ansil H <[email protected]>
  • Loading branch information
ansilh committed Apr 9, 2022
1 parent 4333b4f commit be35e67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14430,6 +14430,7 @@ rules:
verbs:
- list
- update
- watch
- apiGroups:
- ""
resources:
Expand Down
1 change: 1 addition & 0 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14430,6 +14430,7 @@ rules:
verbs:
- list
- update
- watch
- apiGroups:
- ""
resources:
Expand Down
1 change: 1 addition & 0 deletions manifests/role/argo-rollouts-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ rules:
verbs:
- list
- update
- watch
# pods eviction needed for restart
- apiGroups:
- ""
Expand Down

0 comments on commit be35e67

Please sign in to comment.