Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Added pods/exec access
Browse files Browse the repository at this point in the history
  • Loading branch information
MadalinaPatrichi committed Jul 20, 2018
1 parent 71dd626 commit 9eba2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/run-test-image.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: oci-flexvolume-driver-system-test-{{TEST_ID}}
rules:
- apiGroups: [""]
resources: ["pods", "pods/logs", "persistentvolumeclaims"]
resources: ["pods", "pods/logs", "persistentvolumeclaims", "pods/exec"]
verbs: ["get", "create", "delete", "list"]
- apiGroups: [""]
resources: ["replicationcontrollers"]
Expand Down

0 comments on commit 9eba2ea

Please sign in to comment.