changed group and permissions
This commit is contained in:
@ -3,7 +3,9 @@ kind: ClusterRole
|
||||
metadata:
|
||||
name: dns-challenge-illium
|
||||
rules:
|
||||
- apiGroups: ["acme.steffenillium.de"] # "" indicates the core API group
|
||||
- apiGroups:
|
||||
- "steffenillium.de"
|
||||
- "cert-manager.io" # "" indicates the core API group
|
||||
resources: ["ionos"]
|
||||
verbs: ["*"]
|
||||
---
|
||||
|
@ -43,7 +43,7 @@ spec:
|
||||
solvers:
|
||||
- dns01:
|
||||
webhook:
|
||||
groupName: acme.
|
||||
groupName: cert-manager.io
|
||||
solverName: ionos
|
||||
config:
|
||||
apiUrl: https://api.hosting.ionos.com/dns/v1
|
||||
|
Reference in New Issue
Block a user