rbac
This commit is contained in:
@ -1,23 +1,23 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
name: dns-challenge-illium
|
||||
name: cert-manager-lego-webhook-challenges
|
||||
rules:
|
||||
- apiGroups:
|
||||
- "cert-manager.io"
|
||||
- "acme.cert-manager.io"
|
||||
resources: ["ionos"]
|
||||
resources: ["challenges"]
|
||||
verbs: ["*"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: dns-challenge-illium-binding
|
||||
name: ert-manager-lego-webhook-challenges-binding
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: dns-challenge-illium
|
||||
name: cert-manager-lego-webhook-challenges
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: cert-manager
|
||||
namespace: cert-manager
|
||||
namespace: cert-manager-lego-webhook
|
Reference in New Issue
Block a user