Added Kubernetes manifests

This commit is contained in:
2025-03-18 02:24:01 +01:00
parent f64211e326
commit 3b003eafce
5 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: lldap-controller
subjects:
- kind: ServiceAccount
name: lldap-controller
roleRef:
kind: ClusterRole
name: lldap-controller
apiGroup: rbac.authorization.k8s.io