Skip to content
Snippets Groups Projects
Commit dcb773d9 authored by xeruf's avatar xeruf
Browse files

ninja: readd redis password

parent b907c8f5
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,10 @@ data:
rootPassword: "${mariadb_root_password}"
persistence:
existingClaim: invoiceninja-mariadb
# Redis is only cache, so no pvc needed: https://invoiceninja.github.io/docs/env-variables/
redis:
# Redis is only cache, so no pvc needed: https://invoiceninja.github.io/docs/env-variables/
auth:
password: "${redis_password}"
userEmail: "${admin_email}"
userPassword: "${password}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment