Skip to content

Commit

Permalink
fix: add service delete to argo-rollouts role (#1632)
Browse files Browse the repository at this point in the history
Signed-off-by: khhirani <[email protected]>
  • Loading branch information
khhirani authored Nov 18, 2021
1 parent 74e4be4 commit 7fcea51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13578,6 +13578,7 @@ rules:
- watch
- patch
- create
- delete
- apiGroups:
- coordination.k8s.io
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 @@ -13578,6 +13578,7 @@ rules:
- watch
- patch
- create
- delete
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
3 changes: 2 additions & 1 deletion manifests/role/argo-rollouts-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +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
# services create needed to create and delete services for experiments
- apiGroups:
- ""
resources:
Expand All @@ -79,6 +79,7 @@ rules:
- watch
- patch
- create
- delete
# leases create/get/update needed for leader election
- apiGroups:
- coordination.k8s.io
Expand Down

0 comments on commit 7fcea51

Please sign in to comment.