theshire/kubernetes/apps/database/kustomization.yaml
2024-02-27 15:20:08 -06:00

11 lines
311 B
YAML

---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Pre Flux-Kustomizations
- ./namespace.yaml
# Flux-Kustomizations
- ./crunchy-postgres-operator/ks.yaml
- ./dragonfly/ks.yaml
- ./redis/ks.yaml