Skip to content

Commit

Permalink
Merge pull request #120 from openinfradev/s3support
Browse files Browse the repository at this point in the history
argo-additional-rbac: add permission to read awsmanagedmachinepools i…
  • Loading branch information
ktkfree committed Jul 26, 2023
2 parents 5b5b97d + 4fb366a commit 16b15fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions templates/argo-additional-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,10 @@ rules:
- delete
- list
- watch
- apiGroups:
- infrastructure.cluster.x-k8s.io
resources:
- awsmanagedmachinepools
verbs:
- get
- list

0 comments on commit 16b15fb

Please sign in to comment.