Skip to content

Commit

Permalink
Manifests: Update pipeline-runner permissions (#1570)
Browse files Browse the repository at this point in the history
* Supplement pipeline-runner permissions according to
  kubeflow/kubeflow#2556
  • Loading branch information
elikatsis authored and k8s-ci-robot committed Jul 3, 2019
1 parent db9d1ca commit f0c8432
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/base/pipeline/pipeline-runner-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ rules:
- persistentvolumeclaims
verbs:
- '*'
- apiGroups:
- snapshot.storage.k8s.io
resources:
- volumesnapshots
verbs:
- create
- delete
- get
- apiGroups:
- argoproj.io
resources:
Expand Down

0 comments on commit f0c8432

Please sign in to comment.