authelia-controller/manifests/kustomization.yaml
Dreaded_X 3b09655783
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 2m56s
Fixed namespace
2025-04-18 03:47:52 +02:00

10 lines
216 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: authelia
resources:
- ./crds.yaml
- ./service-account.yaml
- ./cluster-role.yaml
- ./cluster-role-binding.yaml
- ./deployment.yaml