mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
The golden files from #24993 were generated against a stale fork that predated the `CODER_CLUSTER_HOST` env var addition. This regenerates them against current main. All 4 files just need the missing env var block: ```yaml - name: CODER_CLUSTER_HOST valueFrom: fieldRef: fieldPath: status.podIP ``` Fixes the `gen` / `TestRenderChart` failures tracked in https://github.com/coder/internal/issues/1611#issuecomment-4835998513. --- *PR created by [Coder Agents](https://coder.com/docs/ai-coder) on behalf of @bpmct*