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: rules:
- apiGroups: - apiGroups:
- "cert-manager.io" - "cert-manager.io"
- "acme.cert-manager.io/v1"
- "acme.cert-manager.io"
resources: ["ionos"] resources: ["ionos"]
verbs: ["*"] verbs: ["*"]
--- ---

View File

@ -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

View File

@ -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