(fix) use correct username for fireflyiii db-init container

This commit is contained in:
kjeld Schouten-Lebbing 2021-09-26 10:50:48 +02:00
parent 72871fb371
commit 7d74eaeffb
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ initContainers:
command:
- "sh"
- "-c"
- "until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"
- "until pg_isready -U firefly -h ${pghost} ; do sleep 2 ; done"
imagePullPolicy: IfNotPresent
env:
- name: pghost