Skip to content

Commit

Permalink
feat(helm-chart): add pods/attach and pods/ephemeralcaontainers roles…
Browse files Browse the repository at this point in the history
… for yatai
  • Loading branch information
yetone committed Dec 19, 2022
1 parent d491965 commit 072ea7d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions helm/yatai-deployment/templates/role-yatai-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,28 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods/attach
verbs:
- create
- update
- patch
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods/ephemeralcontainers
verbs:
- create
- update
- patch
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 072ea7d

Please sign in to comment.