feat(lab-director): wire OUTLINE_COLLECTION_ID into Helm chart — HOMELAB-793 #156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plane/HOMELAB-793"
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?
Summary
OUTLINE_COLLECTION_IDtovalues.yamldefault env blockOUTLINE_COLLECTION_IDtoconfigmap.yamltemplate (alongsideOUTLINE_API_URL)OUTLINE_COLLECTION_IDenv var todeployment.yaml(reads from ConfigMap)Why
outline.Client.CreateDocumentreturns early with "OUTLINE_COLLECTION_ID not set" when the env var is empty. This error is fire-and-forget (goroutine) so it was silently swallowed — planner stage output never reached Outline.Test plan
OUTLINE_COLLECTION_IDin env