Setup build
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m19s

This commit is contained in:
2025-04-18 02:29:41 +02:00
parent 1468f56473
commit 15f7f016a8
8 changed files with 204 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: lldap
resources:
- ./crds.yaml
- ./service-account.yaml
- ./cluster-role.yaml
- ./cluster-role-binding.yaml
- ./deployment.yaml