# Kustomization for the dezky application tier. Real Secrets are applied # out-of-band (sealed-secrets / SOPS), so secrets.example.yaml is intentionally # NOT listed here — it is a template only. apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: dezky-apps resources: - namespace.yaml - platform-api-config.yaml - platform-api.yaml - portal.yaml - booking.yaml