fix: gate d601 v03 postgres mode by yaml switch (#972)
Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
@@ -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)],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user