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

Commit

Permalink
Merge pull request #139 from oracle/ol/fix-rbac
Browse files Browse the repository at this point in the history
Add PVC to system test RBAC
  • Loading branch information
MadalinaPatrichi authored Jul 20, 2018
2 parents 5cbc63a + 9eba2ea commit 53dbda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/system/run-test-image.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ metadata:
name: oci-flexvolume-driver-system-test-{{TEST_ID}}
rules:
- apiGroups: [""]
resources: ["pods", "pods/logs"]
verbs: ["get", "create", "delete"]
resources: ["pods", "pods/logs", "persistentvolumeclaims", "pods/exec"]
verbs: ["get", "create", "delete", "list"]
- apiGroups: [""]
resources: ["replicationcontrollers"]
verbs: ["create", "delete"]
Expand Down

0 comments on commit 53dbda0

Please sign in to comment.