Files
lldap-controller/manifests/cluster-role-binding.yaml
Dreaded_X 766a487962
Some checks failed
Build and deploy / build (push) Has been cancelled
feat: Create namespace and set it explicitly
2025-12-23 00:48:44 +01:00

13 lines
274 B
YAML

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