lldap-controller/manifests/kustomization.yaml
Dreaded_X fa745e1fe0
Some checks failed
Build and deploy / Build container and manifests (push) Has been cancelled
Improve workflow and generate CRDs
2025-03-20 04:41:50 +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