From 380713229cdc643db8f1215b0c353dd1e12e961a Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 4 Mar 2022 18:11:24 +0000 Subject: [PATCH] Always run db migration --- manifests/outline/outline.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index ddb547f..ae3d2dc 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -67,15 +67,13 @@ spec: - name: outline image: outlinewiki/outline:0.62.0 imagePullPolicy: IfNotPresent - # command: - # - sh - # - -c - # - | - # sleep 10 - # yarn db:migrate --env=production-ssl-disabled - # echo "Done" - # sleep 300 - # exit 1 + command: + - sh + - -c + - | + sleep 10 + yarn db:migrate --env=production-ssl-disabled + yarn start env: - name: PGSSLMODE value: disable