HOMELAB-447: add SANDBOX_MODE and SANDBOX_NAME env vars to sandbox chart #81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "homelab-447-sandbox-env-vars"
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
SANDBOX_NAMEto deployment env block, derived from{{ .Values.sandbox.name }}Why:
LifecycleWorkflow(HOMELAB-440) requiresSANDBOX_NAMEto construct the workflow ID (sandbox-lifecycle-{SANDBOX_NAME}). Without it the worker exits on startup:SANDBOX_NAME not set — cannot start LifecycleWorkflow.Test plan
helm template . | grep SANDBOXsandbox-lifecycle-{sandbox.name}🤖 Generated with Claude Code
Worker exits on startup without SANDBOX_NAME (needed for LifecycleWorkflow ID: sandbox-lifecycle-{name}). SANDBOX_MODE was also missing from the base chart. SANDBOX_NAME is derived from the existing sandbox.name value field. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>