Skip to content

Commit 19aca79

Browse files
committed
fix(controller): kubernetes pod/exec cluster role
1 parent 4b93ef0 commit 19aca79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/controller/templates/controller-clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rules:
3333
verbs: ["get"]
3434
- apiGroups: [""]
3535
resources: ["pods/exec"]
36-
verbs: ["create"]
36+
verbs: ["get", "create"]
3737
- apiGroups: [""]
3838
resources: ["pods"]
3939
verbs: ["get", "list", "create", "delete"]

0 commit comments

Comments
 (0)