authelia-controller/manifests/kustomization.yaml
Dreaded_X c5785c91d0
Some checks failed
Build and deploy / Build container and manifests (push) Failing after 3m18s
Setup build
2025-04-18 02:58:02 +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