Skip to content

Commit 022a41a

Browse files
committed
fix(kubernetes): allow pod exec creation in helmchart cluster role
1 parent 36c0788 commit 022a41a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

kubernetes/charts/opensandbox-controller/templates/clusterrole.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ rules:
7373
- get
7474
- patch
7575
- update
76+
- apiGroups:
77+
- ""
78+
resources:
79+
- pods/exec
80+
verbs:
81+
- create
7682
- apiGroups:
7783
- sandbox.opensandbox.io
7884
resources:

0 commit comments

Comments
 (0)