First commit
This commit is contained in:
parent
33faa0bbd0
commit
29a85200b6
45 changed files with 2381 additions and 0 deletions
21
templates/cert-manager-apiservice-0.9.0.yaml
Normal file
21
templates/cert-manager-apiservice-0.9.0.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Source: cert-manager/charts/webhook/templates/apiservice.yaml
|
||||
apiVersion: apiregistration.k8s.io/v1beta1
|
||||
kind: APIService
|
||||
metadata:
|
||||
name: v1beta1.admission.certmanager.k8s.io
|
||||
labels:
|
||||
app: webhook
|
||||
app.kubernetes.io/name: webhook
|
||||
app.kubernetes.io/instance: cert-manager
|
||||
app.kubernetes.io/managed-by: Tiller
|
||||
helm.sh/chart: webhook-v0.9.0
|
||||
annotations:
|
||||
certmanager.k8s.io/inject-ca-from: "cert-manager/cert-manager-webhook-webhook-tls"
|
||||
spec:
|
||||
group: admission.certmanager.k8s.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