mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[PR #681] [CLOSED] fix: Helm: Add a volumemount for the logs subpath #1069
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/681
Author: @bstinsonmhk
Created: 4/6/2024
Status: ❌ Closed
Base:
master← Head:add-volume-for-logs📝 Commits (1)
eca428afix: 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.