theshire/kubernetes/apps/network/kustomization.yaml

13 lines
339 B
YAML
Raw Normal View History

2024-01-11 15:03:54 -06:00
---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
# Flux-Kustomizations
2024-01-12 14:37:15 -06:00
- ./cloudflared/ks.yaml
2024-01-11 15:03:54 -06:00
- ./echo-server/ks.yaml
- ./external-dns/ks.yaml
- ./ingress-nginx/ks.yaml