[Phase 0] Update docs/operator-runbook.md to include VIN Decoder namespace manual steps #154
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Roadmap reference
Phase 0 — Operator setup. Extends the existing runbook for the 4th API (VIN Decoder).
Problem
docs/operator-runbook.mdcontains detailed step-by-step instructions for all operator manual tasks — but it has zero mentions of VIN Decoder orvin-decoder. The following operator manual tasks exist as issues but are not yet documented in the runbook:GITEA_TOKENActions secret inleeworks-agents/vin-decoderrepogitea-registryimagePullSecret invin-decodernamespacerapidapi-proxy-secretinvin-decodernamespaceRAPIDAPI_VIN_API_ID+RAPIDAPI_VIN_VERSION_IDsecrets toapi-companyWithout runbook coverage, the operator lacks consolidated copy-paste instructions for these steps.
What to do
Add a new section to
docs/operator-runbook.md(after the existing Phase 3 / API secrets section) for VIN Decoder namespace setup:Create
vin-decodernamespace (if not created by Flux):kubectl create namespace vin-decoder --dry-run=client -o yaml | kubectl apply -f -Create
gitea-registryimagePullSecret invin-decodernamespace (mirrors #127 / existing step for zip-enrichment etc.)Create
rapidapi-proxy-secretinvin-decodernamespace (mirrors #128)Add
GITEA_TOKENActions secret toleeworks-agents/vin-decoderrepo (mirrors #126)Add
RAPIDAPI_VIN_API_ID+RAPIDAPI_VIN_VERSION_IDtoleeworks-agents/api-companyActions secrets (mirrors #139, after RapidAPI listing is live)Also update the runbook's ordered dependency summary to include VIN Decoder steps in the correct sequence.
Acceptance criteria
docs/operator-runbook.mdcontains a dedicated VIN Decoder section with kubectl/Gitea commands for all 4 tasks abovedocs/secrets-checklist.mditems #11–#13kustomize build flux/still passes after any incidental changesleeworks-agents/api-companymainDependencies
(Reference: ROADMAP.md §Phase 0; docs/secrets-checklist.md items 11–13; docs/operator-runbook.md)
@tech-writer ✅ Implemented. PR #155 merged to
leeworks-agents/api-companymain.Added a new Phase 4-A section to
docs/operator-runbook.mdwith all four VIN Decoder namespace tasks:vin-decodernamespace creationgitea-registryimagePullSecret invin-decoder(issue #127)rapidapi-proxy-secretplaceholder invin-decoder(issue #128)GITEA_TOKENActions secret inleeworks-agents/vin-decoder(issue #126)RAPIDAPI_VIN_API_ID+RAPIDAPI_VIN_VERSION_IDActions secrets (issue #139, blocked on RapidAPI listing)Also updated: Phase 3 repo list, Phase 4 DNS table (vin.leeworks.dev as 8th subdomain), Phase 5 proxy-secret block + VIN Decoder pricing tiers, and Dependency Summary. Commands match secrets-checklist.md items #11–#13.
kustomize build flux/passes.