stack.basicstack.de/apps/pangolin
CTO Agent ca23917797 fix(pangolin): Render postgres.connection_string into config.yml at startup
Pangolin's PostgreSQL build requires postgres.connection_string in
config.yml — DATABASE_URL alone is not honored as an override, so the
container was crashing with "Postgres configuration is missing in the
configuration file".

Render the final config.yml at pod startup via a busybox init container
that substitutes the DATABASE_URL secret into a __DATABASE_URL__
placeholder in the ConfigMap template, then mount the rendered file
into the pangolin container.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-08-08 11:17:40 +00:00
..
.gitkeep Add Pangolin repository structure and DNS configuration 2026-07-26 11:58:00 +00:00
namespace.yaml Add Pangolin repository structure and DNS configuration 2026-07-26 11:58:00 +00:00
pangolin-config.yaml fix(pangolin): Render postgres.connection_string into config.yml at startup 2026-08-08 11:17:40 +00:00
pangolin-controller-api-key-sealed.yaml Fix Pangolin controller sealed secret - include Bearer prefix 2026-08-02 17:29:54 +00:00
pangolin-controller-config.yaml Update Pangolin controller API key to new sealed secret 2026-08-02 16:39:07 +00:00
pangolin-controller-deployment.yaml Fix pangolin-controller rollout by using Recreate strategy 2026-08-02 13:41:25 +00:00
pangolin-controller-rbac.yaml Add missing Traefik CRD permissions to pangolin-controller RBAC 2026-08-02 10:14:20 +00:00
pangolin-controller-service.yaml refactor(pangolin): Move controller manifests to app root for Argo CD 2026-08-01 15:52:49 +00:00
pangolin-deployment.yaml fix(pangolin): Render postgres.connection_string into config.yml at startup 2026-08-08 11:17:40 +00:00
pangolin-paperclip-configuration-guide-community.md Add Pangolin Community Edition configuration guide for paperclip.basicstack.de 2026-08-02 13:11:01 +00:00
pangolin-postgres-secrets-sealed.yaml feat(pangolin): Switch Pangolin database from SQLite to PostgreSQL 2026-08-08 11:14:43 +00:00
pangolin-secrets-sealed.yaml Add Pangolin Kubernetes manifests 2026-07-26 12:09:07 +00:00
postgres.yaml feat(pangolin): Switch Pangolin database from SQLite to PostgreSQL 2026-08-08 11:14:43 +00:00