fix: keep deploy manifest human-authored
This commit is contained in:
+6
-5
@@ -61,8 +61,8 @@ Desired-state commit/image convergence review:
|
||||
|
||||
```sh
|
||||
node scripts/deploy-desired-state-plan.mjs --plan --pretty
|
||||
node scripts/deploy-desired-state-plan.mjs --target-ref origin/main --check
|
||||
node scripts/deploy-desired-state-plan.mjs --target-ref origin/main --pretty
|
||||
node scripts/deploy-desired-state-plan.mjs --check
|
||||
node scripts/deploy-desired-state-plan.mjs --target-ref origin/G14 --pretty
|
||||
node scripts/deploy-desired-state-plan.mjs --target-tag <tag> --pretty
|
||||
node scripts/deploy-desired-state-plan.mjs --promotion-commit <sha> --check
|
||||
```
|
||||
@@ -80,9 +80,10 @@ The plan blocks if generated artifact identity leaks back into `deploy.json`,
|
||||
or if `hwlab-cloud-api` loses the Code Agent provider Secret ref
|
||||
`hwlab-code-agent-provider/openai-api-key`, the `OPENAI_API_KEY` env name, or
|
||||
the DEV egress proxy base-url env. Promotion updates must refresh only the
|
||||
workspace catalog from a publish report before render; Tekton writes the
|
||||
refreshed catalog to `G14-gitops`, not back to the source branch. Report files
|
||||
are contextual evidence only and must not override human-authored source truth.
|
||||
workspace catalog from a publish report before render; Tekton writes that
|
||||
catalog to `G14-gitops`, not back to the source branch. Human operators should
|
||||
not run catalog refresh as a source update. Report files are contextual evidence
|
||||
only and must not override human-authored source truth.
|
||||
|
||||
This is source/dry-run support only. It does not prove a registry image exists,
|
||||
does not build, pull, push, apply, restart, or touch PROD, and must not be used
|
||||
|
||||
Reference in New Issue
Block a user