Skip to content

Commit

Permalink
feat: grant more cluster admin permissions to system:serviceaccount:o…
Browse files Browse the repository at this point in the history
…penshift-gitops:openshift-gitops-argocd-application-controller

Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern committed Aug 28, 2024
1 parent 26e1b20 commit 93498dc
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,25 @@ rules:
- ""
resources:
- limitranges
- resourcequotas
verbs:
- create
- delete
- get
- list
- patch
- apiGroups:
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
- validatingwebhookconfigurations
verbs:
- create
- delete
- get
- list
- patch
- update
- apiGroups:
- scheduling.k8s.io
resources:
Expand Down

0 comments on commit 93498dc

Please sign in to comment.