chore(argo-cd): Add permission as following upstream's update
Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
5314800c59
commit
c114cbd58f
1 changed files with 9 additions and 1 deletions
|
@ -35,3 +35,11 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- create
|
- create
|
||||||
- list
|
- list
|
||||||
|
- apiGroups:
|
||||||
|
- apps
|
||||||
|
resources:
|
||||||
|
- deployments
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
||||||
|
|
Loading…
Reference in a new issue