fix(argo-cd): Update cw full-access role
This commit is contained in:
parent
f004ce3bef
commit
ce61e84a2b
1 changed files with 12 additions and 1 deletions
|
@ -17,6 +17,7 @@ rules:
|
|||
- pods/portforward
|
||||
- pods/exec
|
||||
- pods/attach
|
||||
- pods/status
|
||||
verbs:
|
||||
- "*"
|
||||
- apiGroups:
|
||||
|
@ -245,4 +246,14 @@ rules:
|
|||
- broadcastjobs
|
||||
- workloadspreads
|
||||
verbs:
|
||||
- '*'
|
||||
- '*'
|
||||
- apiGroups:
|
||||
- ""
|
||||
resourceNames:
|
||||
- {{ .Release.Namespace }}
|
||||
resources:
|
||||
- namespaces
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
Loading…
Reference in a new issue