(fix) use correct username for fireflyiii db-init container
This commit is contained in:
parent
72871fb371
commit
7d74eaeffb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue