Skip to content

Commit

Permalink
Merge pull request #916 from myoung34/argocd-permissions
Browse files Browse the repository at this point in the history
argocd add missing permission to argocd/admin-user
  • Loading branch information
myoung34 authored Feb 4, 2025
2 parents 23aa0a3 + d188f14 commit f957a5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions k8s/argo/sa-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ kind: ClusterRole
metadata:
name: admin-user
rules:
- apiGroups:
- ""
resources:
- pods
verbs:
- '*'
- apiGroups:
- argoproj.io
resources:
Expand Down

0 comments on commit f957a5d

Please sign in to comment.