testing...
This commit is contained in:
@ -5,6 +5,8 @@ metadata:
|
|||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- "cert-manager.io"
|
- "cert-manager.io"
|
||||||
|
- "acme.cert-manager.io/v1"
|
||||||
|
- "acme.cert-manager.io"
|
||||||
resources: ["ionos"]
|
resources: ["ionos"]
|
||||||
verbs: ["*"]
|
verbs: ["*"]
|
||||||
---
|
---
|
||||||
|
@ -15,7 +15,7 @@ spec:
|
|||||||
solvers:
|
solvers:
|
||||||
- dns01:
|
- dns01:
|
||||||
webhook:
|
webhook:
|
||||||
groupName: cert-manager.io
|
groupName: acme.cert-manager.io/v1
|
||||||
solverName: ionos
|
solverName: ionos
|
||||||
config:
|
config:
|
||||||
apiUrl: https://api.hosting.ionos.com/dns/v1
|
apiUrl: https://api.hosting.ionos.com/dns/v1
|
||||||
@ -43,7 +43,7 @@ spec:
|
|||||||
solvers:
|
solvers:
|
||||||
- dns01:
|
- dns01:
|
||||||
webhook:
|
webhook:
|
||||||
groupName: cert-manager.io
|
groupName: acme.cert-manager.io/v1
|
||||||
solverName: ionos
|
solverName: ionos
|
||||||
config:
|
config:
|
||||||
apiUrl: https://api.hosting.ionos.com/dns/v1
|
apiUrl: https://api.hosting.ionos.com/dns/v1
|
||||||
|
@ -11,7 +11,6 @@ spec:
|
|||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-staging
|
name: letsencrypt-staging
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
group: cert-manager.io
|
|
||||||
---
|
---
|
||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: TLSStore
|
kind: TLSStore
|
||||||
|
Reference in New Issue
Block a user