Cloud Config Bundles
Config bundles are how Cloud binds immutable pipeline versions to environment-specific runtime posture. They separate what the pipeline is from how that pipeline should run in a given environment.
Central editorial page
This page explains the public model for config bundles. Exact fields and bundle schemas should continue to defer to canonical runtime and Cloud docs.
Bundle Model
- Start from a versioned pipeline artifact.
- Apply a supported tuning baseline.
- Override only the fields that actually differ by environment.
- Attach the resulting bundle to a target environment for deployment.