provisioning/schemas/platform/configs/orchestrator.cicd.ncl

10 lines
350 B
Text
Raw Normal View History

# Orchestrator Configuration - CI/CD Mode
# Ephemeral workspaces with API-centric design for pipeline integration
let orchestrator_schema = import "../orchestrator.ncl" in
let orchestrator_defaults = import "../defaults/orchestrator-defaults.ncl" in
{
orchestrator = orchestrator_defaults.orchestrator | orchestrator_schema.OrchestratorConfig,
}