fix(argo-cd): Fix argo-cd role for new permissions model (#8)
This commit is contained in:
parent
8b85c1e286
commit
b4089ab785
2 changed files with 12 additions and 7 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.3.1
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 4.2.4
|
||||
version: 4.2.5
|
||||
home: https://github.com/coreweave/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
|
@ -5,15 +5,20 @@ metadata:
|
|||
rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
- extensions
|
||||
- apps
|
||||
- networking.k8s.io
|
||||
resources:
|
||||
- pods
|
||||
- pods/log
|
||||
- pods/portforward
|
||||
- pods/exec
|
||||
- pods/attach
|
||||
verbs:
|
||||
- "*"
|
||||
- apiGroups:
|
||||
- ""
|
||||
- extensions
|
||||
- apps
|
||||
- networking.k8s.io
|
||||
resources:
|
||||
- configmaps
|
||||
- endpoints
|
||||
- events
|
||||
|
|
Loading…
Reference in a new issue