(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

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