|
|
@ -4,6 +4,8 @@ DATABASE=postgres |
|
|
SQL_HOST=cluster-pg-rw.cloudnativepg |
|
|
SQL_HOST=cluster-pg-rw.cloudnativepg |
|
|
SQL_PORT=5432 |
|
|
SQL_PORT=5432 |
|
|
|
|
|
|
|
|
|
|
|
export PATH=/opt/venv/bin:$PATH |
|
|
|
|
|
|
|
|
if [ "$DATABASE" = "postgres" ] |
|
|
if [ "$DATABASE" = "postgres" ] |
|
|
then |
|
|
then |
|
|
echo "Waiting for postgres..." |
|
|
echo "Waiting for postgres..." |
|
|
|