fix sogo initscript on SCALE

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-06 13:40:00 +02:00
parent 88462f356a
commit 4b9a9e7a9b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ name: sogo
sources:
- https://www.sogo.nu/
type: application
version: 0.0.2
version: 0.0.3
+1 -1
View File
@@ -14,7 +14,7 @@ initContainers:
command:
- "sh"
- "-c"
- "until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"
- "until pg_isready -U sogo -h ${pghost} ; do sleep 2 ; done"
imagePullPolicy: IfNotPresent
env:
- name: pghost