jimsantora

Results 2 comments of jimsantora

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...

For reference, here's the (very bare-bones) values override file that worked for me after creating the secret: ``` pod: kind: StatefulSet extraVolumeMounts: - name: users-database mountPath: "/config/users" readOnly: true extraVolumes:...