Skip to content

Commit

Permalink
Update pipeline-runner permissions (kubeflow#186)
Browse files Browse the repository at this point in the history
* Supplement pipeline-runner permissions according to
  kubeflow#2556
  • Loading branch information
elikatsis authored and k8s-ci-robot committed Jun 29, 2019
1 parent b8ea51b commit 697b092
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pipeline/pipelines-runner/base/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ rules:
verbs:
- create
- delete
- get
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots
verbs:
- create
- delete
- get
- apiGroups:
- argoproj.io
resources:
Expand Down
9 changes: 9 additions & 0 deletions tests/pipelines-runner-base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ rules:
verbs:
- create
- delete
- get
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots
verbs:
- create
- delete
- get
- apiGroups:
- argoproj.io
resources:
Expand Down

0 comments on commit 697b092

Please sign in to comment.