chore(argo-cd): Add permission as following upstream's update

Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
yu-croco 2024-01-19 11:40:30 +09:00
parent 5314800c59
commit c114cbd58f

View file

@ -34,4 +34,12 @@ rules:
- events
verbs:
- create
- list
- list
- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- list
- watch