-
Notifications
You must be signed in to change notification settings - Fork 89
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
Permission denied for laravel.log for snipeit #182
Comments
Hi @yavorivanov-cw I just installed the Helm Chart in version 3.4.0 on empty k8s cluster and I can't see a message similiar to yours. I can only imagine it could be because of using ceph, maybe the default permissions are handled differently unless specified? |
Hi I'm also facing the same issue with accesing the Only thing I'm thinking, I'm on ARM infra, so maybe there is a change there? EDIT: What changed:
What I suspect is that the initContainer/PVC were messing with the permissions somehow, I removed the initContainer and then everything started working. After I added it back and it kept on working |
Hi, we created our own chart and it is working since then, tbh I am not sure anymore what we changed, but we still use ceph |
We are trying to install snipeit with helm on our k8s cluster but we are getting the following error:
The stream or file "/var/www/html/storage/logs/laravel.log" could not be opened in append mode: failed to open stream: Permission denied
Our values.yaml :
Our Chart.yaml
One workaround is to do
chmod 777 storage/logs/laravel.log
on fresh install but after that is almost impossible to do.The text was updated successfully, but these errors were encountered: