fix(argo-cd): Fix role grouping for secrets resource (#9)
This commit is contained in:
parent
b4089ab785
commit
ce048ecfb0
2 changed files with 7 additions and 2 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.5
|
||||
version: 4.7.1
|
||||
home: https://github.com/coreweave/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
keywords:
|
||||
|
|
|
@ -3,6 +3,12 @@ kind: Role
|
|||
metadata:
|
||||
name: argocd-full-access
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- secrets
|
||||
verbs:
|
||||
- "*"
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
@ -27,7 +33,6 @@ rules:
|
|||
- persistentvolumeclaims/finalizers
|
||||
- podtemplates
|
||||
- replicationcontrollers
|
||||
- secrets
|
||||
- services
|
||||
- controllerrevisions
|
||||
- deployments
|
||||
|
|
Loading…
Reference in a new issue