Skip to content

Commit

Permalink
updated the clusterrole permissions (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chimbu-DoiT authored Aug 12, 2024
1 parent 861af81 commit f2c3033
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ metadata:
namespace: argo-rollouts
rules:
- apiGroups:
- "*"
- gateway.networking.k8s.io
resources:
- "*"
- httproutes
verbs:
- "*"
- get
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down

0 comments on commit f2c3033

Please sign in to comment.