Files
argocd-apps/apps/base/authentik/kustomization.yaml
T
unkinben 71bd6ef6da
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
Use cert-manager gateway integration for multi-SAN TLS
cert-manager automatically merges dnsNames from listeners sharing the same
certificateRef, so an explicit Certificate resource is unnecessary.
2026-06-28 12:39:14 +10:00

20 lines
383 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cnpg_cluster.yaml
- cnpg_pooler.yaml
- gateway.yaml
- httproute.yaml
- ldap-gateway.yaml
- ldap-httproute.yaml
- ldap-service.yaml
- ldap-tlsroute.yaml
- namespace.yaml
- redis-deployment.yaml
- redis-pvc.yaml
- redis-service.yaml
- vaultauth.yaml
- vaultstaticsecret.yaml