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/portforward
|
||||||
- pods/exec
|
- pods/exec
|
||||||
- pods/attach
|
- pods/attach
|
||||||
|
- pods/status
|
||||||
verbs:
|
verbs:
|
||||||
- "*"
|
- "*"
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
|
@ -245,4 +246,14 @@ rules:
|
||||||
- broadcastjobs
|
- broadcastjobs
|
||||||
- workloadspreads
|
- workloadspreads
|
||||||
verbs:
|
verbs:
|
||||||
- '*'
|
- '*'
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resourceNames:
|
||||||
|
- {{ .Release.Namespace }}
|
||||||
|
resources:
|
||||||
|
- namespaces
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- watch
|
Loading…
Reference in a new issue