testing...
This commit is contained in:
@ -5,6 +5,8 @@ metadata:
|
||||
rules:
|
||||
- apiGroups:
|
||||
- "cert-manager.io"
|
||||
- "acme.cert-manager.io/v1"
|
||||
- "acme.cert-manager.io"
|
||||
resources: ["ionos"]
|
||||
verbs: ["*"]
|
||||
---
|
||||
|
@ -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
|
||||
|
@ -11,7 +11,6 @@ spec:
|
||||
issuerRef:
|
||||
name: letsencrypt-staging
|
||||
kind: ClusterIssuer
|
||||
group: cert-manager.io
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: TLSStore
|
||||
|
Reference in New Issue
Block a user