Skip to content

Commit

Permalink
fix(cache): adds certificate approver permission to kubeflow-pipeline…
Browse files Browse the repository at this point in the history
…s-cache-deployer-role. Fixes kubeflow#4138 (kubeflow#4246)

* certificat approval

* update pr

* update pr

* update pr

* update pr

* remove list&watch
  • Loading branch information
eedorenko authored and Ark-kun committed Aug 17, 2020
1 parent 112de24 commit e8fe148
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ rules:
- get
- list
- patch
- apiGroups:
- certificates.k8s.io
resources:
- signers
resourceNames:
- kubernetes.io/*
verbs:
- approve

0 comments on commit e8fe148

Please sign in to comment.