Setup build
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 2m32s

This commit is contained in:
2025-04-18 02:29:41 +02:00
parent 1468f56473
commit 84216907bc
8 changed files with 200 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