Add version 0.12 and 0.13
This commit is contained in:
parent
202b4c9dc4
commit
75ec6fbf8e
88 changed files with 25844 additions and 5 deletions
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
name: cert-manager-webhook:webhook-requester
|
||||
labels:
|
||||
app: webhook
|
||||
app.kubernetes.io/name: webhook
|
||||
app.kubernetes.io/instance: cert-manager
|
||||
app.kubernetes.io/managed-by: Tiller
|
||||
helm.sh/chart: cert-manager-v0.13.1
|
||||
rules:
|
||||
- apiGroups:
|
||||
- admission.cert-manager.io
|
||||
resources:
|
||||
- certificates
|
||||
- certificaterequests
|
||||
- issuers
|
||||
- clusterissuers
|
||||
verbs:
|
||||
- create
|
||||
Loading…
Add table
Add a link
Reference in a new issue