testing...

This commit is contained in:
2024-04-10 15:32:37 +02:00
parent dba42b95dd
commit 5ac8e16105
3 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,8 @@ metadata:
rules:
- apiGroups:
- "cert-manager.io"
- "acme.cert-manager.io/v1"
- "acme.cert-manager.io"
resources: ["ionos"]
verbs: ["*"]
---

View File

@ -15,7 +15,7 @@ spec:
solvers:
- dns01:
webhook:
groupName: cert-manager.io
groupName: acme.cert-manager.io/v1
solverName: ionos
config:
apiUrl: https://api.hosting.ionos.com/dns/v1
@ -43,7 +43,7 @@ spec:
solvers:
- dns01:
webhook:
groupName: cert-manager.io
groupName: acme.cert-manager.io/v1
solverName: ionos
config:
apiUrl: https://api.hosting.ionos.com/dns/v1

View File

@ -11,7 +11,6 @@ spec:
issuerRef:
name: letsencrypt-staging
kind: ClusterIssuer
group: cert-manager.io
---
apiVersion: traefik.io/v1alpha1
kind: TLSStore