changed group and permissions

This commit is contained in:
2024-04-10 14:52:03 +02:00
parent 031dfec5d2
commit a1ceb4ce6e
2 changed files with 4 additions and 2 deletions

View File

@ -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: ["*"]
---