Update to version 0.11.0
This commit is contained in:
parent
29a85200b6
commit
202b4c9dc4
56 changed files with 11781 additions and 1428 deletions
|
|
@ -0,0 +1,21 @@
|
|||
# Source: cert-manager/templates/webhook-apiservice.yaml
|
||||
apiVersion: apiregistration.k8s.io/v1beta1
|
||||
kind: APIService
|
||||
metadata:
|
||||
name: v1beta1.webhook.cert-manager.io
|
||||
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.11.0
|
||||
annotations:
|
||||
cert-manager.io/inject-ca-from-secret: "cert-manager/cert-manager-webhook-tls"
|
||||
spec:
|
||||
group: webhook.cert-manager.io
|
||||
groupPriorityMinimum: 1000
|
||||
versionPriority: 15
|
||||
service:
|
||||
name: cert-manager-webhook
|
||||
namespace: "cert-manager"
|
||||
version: v1beta1
|
||||
Loading…
Add table
Add a link
Reference in a new issue