Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Helm Chart Volume Mount Root Permissions #956

Open
B1ue-W01f opened this issue Nov 22, 2024 · 0 comments
Open

[Bug]: Helm Chart Volume Mount Root Permissions #956

B1ue-W01f opened this issue Nov 22, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@B1ue-W01f
Copy link

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.

podSecurityContext:
  fsGroup: 1000

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.

@meltyshev meltyshev added the help wanted Extra attention is needed label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants