Fixes controlplane.tftpl's install.wipe:true (should be false, live CPs already run false) and syncs coredns Corefile back to what's actually deployed (drops an unrolled-out, stale Kong-era rewrite).
13 lines
478 B
YAML
13 lines
478 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
# Dedicated per-app CNPG clusters. NO top-level `namespace:` — each Cluster
|
|
# carries its own ns (iam / temporal / poimen / paperless); a transformer would
|
|
# wrongly collapse them. poimen ns created by poimen-root app, memory-db
|
|
# deployed into it. paperless ns declared in namespaces.yaml above.
|
|
resources:
|
|
- namespaces.yaml
|
|
- authentik-db.yaml
|
|
- temporal-db.yaml
|
|
- memory-db.yaml
|
|
- paperless-db.yaml
|