14 lines
299 B
YAML
14 lines
299 B
YAML
apiVersion: rbac.authorization.k8s.io/v1
|
|||
|
|
kind: RoleBinding
|
||
|
|
metadata:
|
||
|
|
name: authentik-provisioner
|
||
|
|
namespace: dashboard
|
||
|
|
roleRef:
|
||
|
|
apiGroup: rbac.authorization.k8s.io
|
||
|
|
kind: ClusterRole
|
||
|
|
name: authentik-provisioner
|
||
|
|
subjects:
|
||
|
|
- kind: ServiceAccount
|
||
|
|
name: authentik-provisioner
|
||
|
|
namespace: iam
|