apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: dezky-data # Non-secret resources only. Real secrets (secrets.example.yaml) are applied # out-of-band and deliberately NOT listed here — same pattern as apps/. resources: - namespace.yaml - postgres-init.yaml - postgres.yaml - mongodb.yaml - redis.yaml - db-backup.yaml