-
Notifications
You must be signed in to change notification settings - Fork 42
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
Adding chart through UI results in error. #28
Comments
Hi @gabrielcalderon! I couldn't represent your problem.
As you see I have the same error "[C] [asm_amd64.s:522] Handler crashed with error can't find templatefile in the path:views/uploadchartcontroller/post.tpl", but Im able to upload and download chart file and there is no any access exceptions
How do you run compose file? |
sudo docker-compose up -d I will give this a try again this weekend. |
@chinglinwen I encountered that same error when chartmuseum had basic auth enabled. Do you have that enabled as well? If you do, you'll have to disable basic auth |
@hugocortes Here's my kubernetes yaml: https://pastebin.com/gcJpSQrm By this line, https://sourcegraph.com/github.com/chartmuseum/ui/-/blob/routers/router.go#L29:25 |
I have experienced the same issue after setting permissions on the volume folder on the host system it was working again: |
Logs:
I'm using the following docker-compose file:
The file is currently set to 0777 with 1000:1000 ownership.
The text was updated successfully, but these errors were encountered: