infra(helm): wire remaining in-chart services to CNPG *-pg-app Secrets (T13)#72
Merged
Merged
Conversation
…s (T13) Agent-Logs-Url: https://github.com/unnamedlab/OpenFoundry/sessions/b7fa2367-7f12-4bb2-85b5-892d70218d2e Co-authored-by: unnamedlab <272794385+unnamedlab@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
unnamedlab
April 30, 2026 10:00
View session
unnamedlab
pushed a commit
that referenced
this pull request
May 18, 2026
…-4a-dispatch feat(pipeline-build-service): replace internal/spark with internal/di…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The previous audit flagged T13 as PARTIAL: the umbrella chart
infra/k8s/helm/open-foundryonly projectedDATABASE_URLfrom a CNPG<bc>-pg-appSecret on 2 of its services, leaving others with amigrations/dir and a matchinginfra/k8s/cnpg/clusters/<bc>-pg.yamlmanifest unwired.Re-checking the chart's
services:map narrows the real gap to 3 entries (the rest are either already wired, stateless, or not enrolled in this umbrella).Changes
infra/k8s/helm/open-foundry/values.yaml— add the standardenvSecrets.DATABASE_URLprojection to:sql-bi-gateway-service→sql-bi-gateway-pg-appreport-service→report-pg-appnexus-service→nexus-pg-appEach block follows the convention already used by the
identity-federation-service/data-asset-catalog-servicepilots and documented ininfra/k8s/cnpg/clusters/README.md+ ADR-0010 (CNPG auto-populates theurikey on<cluster>-app, so no DSN is committed):Out of scope
The other ~58 services that own a
migrations/directory are not present in this umbrella'sservices:map (they are not deployed by this chart today). Their per-bounded-context CNPGClusterand<bc>-pg-appSecret already exist underinfra/k8s/cnpg/clusters/, ready to be projected via the same pattern when each service is enrolled in the chart.