Skip to content

fix: missing newline before S3_ENDPOINT_URL breaks configmap YAML when gpkgProvider=S3#109

Open
roicohen326 wants to merge 1 commit into
masterfrom
fix/configmap-s3-endpoint-newline
Open

fix: missing newline before S3_ENDPOINT_URL breaks configmap YAML when gpkgProvider=S3#109
roicohen326 wants to merge 1 commit into
masterfrom
fix/configmap-s3-endpoint-newline

Conversation

@roicohen326

@roicohen326 roicohen326 commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

The S3 block in `helm/templates/configmap.yaml` over-trims whitespace, deleting the newline before `S3_ENDPOINT_URL`. That glues it onto the previous line, producing invalid YAML — breaks every deploy where `gpkgProvider: S3` (confirmed: helm-charts `qa` and `integration`).

Fix: drop the trailing `-}}` so the newline is preserved.

Verified locally — chart now renders cleanly against qa's real values.

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.

1 participant