feat(argo-cd): Update to Argo CD 2.13 (#2999)
This commit is contained in:
parent
baef862c36
commit
69f3eddca8
13 changed files with 1413 additions and 10 deletions
|
|
@ -14,15 +14,16 @@ rules:
|
|||
resources:
|
||||
- '*'
|
||||
verbs:
|
||||
- delete
|
||||
- get
|
||||
- patch
|
||||
- delete # supports deletion a live object in UI
|
||||
- get # supports viewing live object manifest in UI
|
||||
- patch # supports `argocd app patch`
|
||||
- list # supports `argocd appset generate` with cluster generator
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- events
|
||||
verbs:
|
||||
- list
|
||||
- list # supports listing events in UI
|
||||
- create
|
||||
- apiGroups:
|
||||
- ""
|
||||
|
|
@ -30,7 +31,7 @@ rules:
|
|||
- pods
|
||||
- pods/log
|
||||
verbs:
|
||||
- get
|
||||
- get # supports viewing pod logs from UI
|
||||
{{- if eq (toString (index .Values.configs.cm "exec.enabled")) "true" }}
|
||||
- apiGroups:
|
||||
- ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue