CI/CD Pipeline Guide
Purpose
How platform changes flow through CI/CD.
Pipeline
- PR opened → lint +
terraform plan(dev/qa/prod) +conftestpolicy gate. - Review + approve.
- Merge to
main→ sequential promotion dev → qa → prod with GitHub Environment gates.
Gates
- Terraform plan must be clean.
helm templatemust render with in-scope values.- Conftest/OPA policy must pass.
[stub: cicd-workflow-links]— fill this in. Greppable doc-debt marker.
Related
Local graph
Linked from 4 notes
Control Plane Architecture
How the platform is configured, governed, and changed — the control plane.
Feature Flags & Config Management
How platform feature flags and configuration are managed and rolled out.
06 — Build & Release
From local dev to production: CI/CD, releases, deploys, and rollbacks.
Development Environment Setup
Set up a local dev environment to work on platform config.
Related notes