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