authelia-controller/manifests/cluster-role-binding.yaml
Dreaded_X 15f7f016a8
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m19s
Setup build
2025-04-18 03:03:48 +02:00

12 lines
264 B
YAML

kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: authelia-controller
subjects:
- kind: ServiceAccount
name: authelia-controller
roleRef:
kind: ClusterRole
name: authelia-controller
apiGroup: rbac.authorization.k8s.io