mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
[Bug]: Helm Chart Volume Mount Root Permissions #611
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?
Originally created by @B1ue-W01f on GitHub (Nov 22, 2024).
Where is the problem occurring?
I encountered the problem while interacting with the server (Backend)
What browsers are you seeing the problem on?
Chrome
Current behaviour
Current helm chart results in the 'project-background-images' and 'user-avatars' directories being mounted as root, this prevents uploads from working with a permission denied log message.
Desired behaviour
Default values.yaml file should initiate a working application.
I believe - though could be wrong - the below entries should be made in the values.yaml file, these can be further customised by a user if required but would prevent standing up a none working app.
Steps to reproduce
Follow guidance here:
https://docs.planka.cloud/docs/installation/kubernetes/helm_chart
Leave values.yaml as default.
Other information
Id be happy to make a pull request if the proposed solution appears correct to others.