[PR #681] [CLOSED] fix: Helm: Add a volumemount for the logs subpath #1069

Closed
opened 2026-02-04 21:47:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/681
Author: @bstinsonmhk
Created: 4/6/2024
Status: Closed

Base: masterHead: add-volume-for-logs


📝 Commits (1)

  • eca428a fix: Helm: Add a volumemount for the logs subpath

📊 Changes

2 files changed (+4 additions, -1 deletions)

View changed files

📝 charts/planka/Chart.yaml (+1 -1)
📝 charts/planka/templates/deployment.yaml (+3 -0)

📄 Description

If we run on Openshift, the container is launched read-only causing a Permission Denied error when the planka pod starts up and tries to make the logs directory. If we add 'logs' as a volumemount we can write to it.

I'm open to some discussion here if there's a reason to leave logs out of the storage configuration.


🔄 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/681 **Author:** [@bstinsonmhk](https://github.com/bstinsonmhk) **Created:** 4/6/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-volume-for-logs` --- ### 📝 Commits (1) - [`eca428a`](https://github.com/plankanban/planka/commit/eca428ae94c79fb19ad3fb9a250bb9e74ece1b24) fix: Helm: Add a volumemount for the logs subpath ### 📊 Changes **2 files changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `charts/planka/Chart.yaml` (+1 -1) 📝 `charts/planka/templates/deployment.yaml` (+3 -0) </details> ### 📄 Description If we run on Openshift, the container is launched read-only causing a Permission Denied error when the planka pod starts up and tries to make the logs directory. If we add 'logs' as a volumemount we can write to it. I'm open to some discussion here if there's a reason to leave logs out of the storage configuration. --- <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 2026-02-04 21:47:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1069