Skip to content

fix(soil): inject SOIL_PG_DSN into worker + api#5

Merged
basabot merged 1 commit into
masterfrom
fix/soil-pg-dsn-env
May 26, 2026
Merged

fix(soil): inject SOIL_PG_DSN into worker + api#5
basabot merged 1 commit into
masterfrom
fix/soil-pg-dsn-env

Conversation

@k8-benetis
Copy link
Copy Markdown
Contributor

The soil-module-secret key is pg-dsn (hyphen). envFrom: secretRef silently drops it because env var names can't contain hyphens, so SOIL_PG_DSN is unset in the worker and api. Phase 1 never hit this (worker registered no providers); Phase 2's revived cascade calls get_pool() and fails with SOIL_PG_DSN not set. Map it explicitly like the migrate Job already does. Required for the texture/DSM cascade to run in production.

@basabot basabot merged commit e5e91f3 into master May 26, 2026
6 checks passed
@basabot basabot deleted the fix/soil-pg-dsn-env branch May 26, 2026 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants