-
Notifications
You must be signed in to change notification settings - Fork 52
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
Using default values.local.yaml results in crash-loop #88
Comments
Looks like the users_database.yml file isn't deployed with the container image directly. I ran into the same problem with chart v0.4.19. You can grab the example from the main authelia repo here, and convert it to a kube secret to mount to the container, or store it on a persistent volume and mount that. |
Yeah you're correct @jimsantora. I can add that to the guide. The issue is we have to decide between setting up a temporary init container to create the file due to the hashes, or wait for SQL backed auth. |
For reference, here's the (very bare-bones) values override file that worked for me after creating the secret:
|
This is very helpful @jimsantora do you mind posting the secret yaml as well please? |
I'm using the supplied
values.local.yaml
file to start testing Authelia but installation with this seems to result in a crash-loop. Here's the error log.The text was updated successfully, but these errors were encountered: