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 #4138 (#4246)

* certificat approval

* update pr

* update pr

* update pr

* update pr

* remove list&watch
  • Loading branch information
eedorenko authored Jul 22, 2020
1 parent 181c350 commit 0ba88b0
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ rules:
verbs:
- create
- get
- apiGroups:
- certificates.k8s.io
resources:
- signers
resourceNames:
- kubernetes.io/*
verbs:
- approve

0 comments on commit 0ba88b0

Please sign in to comment.