mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
[PR #672] [MERGED] fix: Allow specifying an external dburl in helm #1099
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/672
Author: @bstinsonmhk
Created: 4/4/2024
Status: ✅ Merged
Merged: 4/5/2024
Merged by: @meltyshev
Base:
master← Head:helm-db-value📝 Commits (1)
3d3f3c6fix: Allow specifying an external dburl in helm📊 Changes
3 files changed (+9 additions, -2 deletions)
View changed files
📝
charts/planka/Chart.yaml(+1 -1)📝
charts/planka/templates/deployment.yaml(+5 -0)📝
charts/planka/values.yaml(+3 -1)📄 Description
Some helm users might want to turn off the built-in postgres installation, but the deployment template statically refers to a secret created by the postgresql chart.
If postgres.enabled is set to false, we should ask for a dburl parameter for an external postgres and use that in the environment instead.
The behavior if postgres.enabled == true remains unchanged.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.