fix sogo initscript on SCALE
This commit is contained in:
@@ -27,4 +27,4 @@ name: sogo
|
||||
sources:
|
||||
- https://www.sogo.nu/
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user