lldap-controller/manifests/kustomization.yaml
Dreaded_X 2daca82940
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 4m50s
Improve workflow and generate CRDs
2025-03-20 03:49:37 +01:00

10 lines
213 B
YAML

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