Skip to content

Commit

Permalink
Manifests - Added permissions for certificate approval (#4385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun authored and Bobgy committed Sep 4, 2020
1 parent 13d1bdc commit 1445576
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ rules:
- get
- list
- patch
- apiGroups:
- certificates.k8s.io
resources:
- signers
resourceNames:
- kubernetes.io/*
verbs:
- approve
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
Expand Down

0 comments on commit 1445576

Please sign in to comment.