authelia-controller/manifests/kustomization.yaml
Dreaded_X 0dc7a3c02e
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 2m21s
Setup build
2025-04-18 02:53:47 +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