fix: gate d601 v03 postgres mode by yaml switch (#972)

Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
Lyon
2026-06-26 14:01:49 +08:00
committed by GitHub
parent 0b923fc5ee
commit fc6d3bdaf9
8 changed files with 55 additions and 20 deletions
+3 -1
View File
@@ -358,7 +358,7 @@ export function withNodeRuntimeControlPlanePlanRendered(result: Record<string, u
result.ok === true ? "ok" : "failed",
webObserveText(result.mode),
webObserveText(checks.runtimeNamespace),
webObserveText(checks.externalPostgresDeclared),
webObserveText(checks.externalPostgresActive),
webObserveText(checks.publicExposureDeclared),
]],
),
@@ -367,6 +367,8 @@ export function withNodeRuntimeControlPlanePlanRendered(result: Record<string, u
["CHECK", "VALUE"],
[
["node-scoped-target", webObserveText(checks.nodeScopedTargetConfigured)],
["external-postgres-declared", webObserveText(checks.externalPostgresDeclared)],
["external-postgres-active", webObserveText(checks.externalPostgresActive)],
["local-postgres-absent", webObserveText(checks.localPostgresExpectedAbsent)],
["secret-values-printed", webObserveText(checks.secretValuesPrinted)],
],