[PR #770] [MERGED] Fix Helm template for DBURI Secret #1061

Open
opened 2025-10-09 19:08:10 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: Fix-DBURI-Secret


📝 Commits (2)

  • 3d50993 Fix Helm template for DBURI Secret
  • e44bd8b chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/770 **Author:** [@justmitch123](https://github.com/justmitch123) **Created:** 5/22/2024 **Status:** ✅ Merged **Merged:** 5/22/2024 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `Fix-DBURI-Secret` --- ### 📝 Commits (2) - [`3d50993`](https://github.com/plankanban/planka/commit/3d5099371aee138a6bab05707dc9ce76fca6f6ed) Fix Helm template for DBURI Secret - [`e44bd8b`](https://github.com/plankanban/planka/commit/e44bd8b260911591d1405e950c0f3396ec2e6b92) chore: Update version ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `charts/planka/Chart.yaml` (+1 -1) 📝 `charts/planka/templates/deployment.yaml` (+1 -1) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 19:08:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1061