Skip to content

Commit

Permalink
fix: add service create to argo-rollouts role (#1462)
Browse files Browse the repository at this point in the history
Signed-off-by: khhirani <[email protected]>
  • Loading branch information
khhirani authored Sep 2, 2021
1 parent c72a354 commit 1353526
Show file tree
Hide file tree
Showing 6 changed files with 742 additions and 374 deletions.
1 change: 1 addition & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12650,6 +12650,7 @@ rules:
- list
- watch
- patch
- create
- 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 @@ -12650,6 +12650,7 @@ rules:
- list
- watch
- patch
- create
- apiGroups:
- ""
resources:
Expand Down
2 changes: 2 additions & 0 deletions manifests/role/argo-rollouts-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ rules:
- list
- watch
# services patch needed to update selector of canary/stable/active/preview services
# services create needed to create services for experiments
- apiGroups:
- ""
resources:
Expand All @@ -77,6 +78,7 @@ rules:
- list
- watch
- patch
- create
# secret read access to run analysis templates which reference secrets
- apiGroups:
- ""
Expand Down
Loading

0 comments on commit 1353526

Please sign in to comment.