chore: change apiVersion to v1

This commit is contained in:
Arne Diekmann 2020-12-09 14:41:03 +01:00
parent 24c78cbcb2
commit c5b7612304
3 changed files with 4 additions and 3 deletions

View file

@ -24,13 +24,14 @@ $ helm install cert-manager-webhook-dnsimple \
--set clusterIssuer.email=email@example.com \
neoskop/cert-manager-webhook-dnsimple
```
_(Alternatively you can check out this repository and substitute neoskop/cert-manager-webhook-dnsimple with ./deploy/dnsimple)_
Afterwards issue a certificate:
```bash
$ cat << EOF | kubectl apply -f -
apiVersion: cert-manager.io/v1alpha3
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: dnsimple-test

View file

@ -1,5 +1,5 @@
{{- if .Values.clusterIssuer.production.enabled -}}
apiVersion: cert-manager.io/v1alpha3
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: {{ include "dnsimple-webhook.fullname" . }}-production

View file

@ -1,5 +1,5 @@
{{- if .Values.clusterIssuer.staging.enabled -}}
apiVersion: cert-manager.io/v1alpha3
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: {{ include "dnsimple-webhook.fullname" . }}-staging