lldap-controller/manifests/kustomization.yaml
Dreaded_X a4cc73e375
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 5m16s
Improve workflow and generate CRDs
2025-03-20 23:12:53 +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