mirror of
https://github.com/plankanban/planka.git
synced 2025-12-09 09:13:12 +03:00
[PR #770] [MERGED] Fix Helm template for DBURI Secret #1061
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/770
Author: @justmitch123
Created: 5/22/2024
Status: ✅ Merged
Merged: 5/22/2024
Merged by: @meltyshev
Base:
master← Head:Fix-DBURI-Secret📝 Commits (2)
3d50993Fix Helm template for DBURI Secrete44bd8bchore: Update version📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
charts/planka/Chart.yaml(+1 -1)📝
charts/planka/templates/deployment.yaml(+1 -1)📄 Description
A fix to https://github.com/plankanban/planka/issues/750
The helm playground accepted the variable without the
{{ }}but it appears that was not valid. This should hopefully render the template properly🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.