Skip to content

Commit

Permalink
Manifests: Update pipeline-runner permissions
Browse files Browse the repository at this point in the history
* Supplement pipeline-runner permissions according to
  kubeflow/kubeflow#2556
  • Loading branch information
elikatsis committed Jun 28, 2019
1 parent 924d110 commit a3175f0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion manifests/base/pipeline/pipeline-runner-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 Expand Up @@ -63,4 +72,4 @@ rules:
resources:
- jobs
verbs:
- '*'
- '*'

0 comments on commit a3175f0

Please sign in to comment.