authelia-controller/manifests/kustomization.yaml
Dreaded_X 15f7f016a8
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 5m19s
Setup build
2025-04-18 03:03:48 +02: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