Skip to content

Commit

Permalink
Update ClusterRole to allow for automatic signing (#184)
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh H Shukla <ritesh@minio.io>
  • Loading branch information
kerneltime committed Jul 23, 2020
1 parent f94501c commit 3d4ba3c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions minio-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,15 @@ rules:
- create
- get
- delete
- apiGroups:
- certificates.k8s.io
resourceNames:
- kubernetes.io/legacy-unknown
resources:
- signers
verbs:
- approve
- sign
- apiGroups:
- minio.min.io
resources:
Expand Down

0 comments on commit 3d4ba3c

Please sign in to comment.