Skip to content

Commit

Permalink
fix: add required ingress permission (#2933)
Browse files Browse the repository at this point in the history
add required ingress permission

Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller authored Aug 4, 2023
1 parent 378e3d3 commit e2467fe
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 @@ -15172,6 +15172,7 @@ rules:
- get
- list
- watch
- update
- patch
- apiGroups:
- batch
Expand Down
1 change: 1 addition & 0 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ rules:
- get
- list
- watch
- update
- patch
- apiGroups:
- batch
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 @@ -135,6 +135,7 @@ rules:
- get
- list
- watch
- update
- patch
# job access needed for analysis template job metrics
- apiGroups:
Expand Down

0 comments on commit e2467fe

Please sign in to comment.