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:
Frederic M 2024-12-13 12:27:26 +01:00 committed by GitHub
parent 5e8ac12acd
commit 21d9d3e18a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 2 deletions

View file

@ -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