fix(argocd-image-updater): update RBAC namespaced role (#3073)
Signed-off-by: Frederic Mereu <frederic.mereu@gaming1.com> Co-authored-by: Aikawa <yu.croco@gmail.com>
This commit is contained in:
parent
5e8ac12acd
commit
21d9d3e18a
2 changed files with 11 additions and 2 deletions
|
|
@ -24,6 +24,15 @@ rules:
|
|||
- events
|
||||
verbs:
|
||||
- create
|
||||
- apiGroups:
|
||||
- argoproj.io
|
||||
resources:
|
||||
- applications
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- update
|
||||
- patch
|
||||
{{- end }}
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue