From a722f25847396f56e5a67f9603eaa25d6daa08f5 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 7 Jan 2022 08:19:11 +0000 Subject: [PATCH] Remove outline migrate --- manifests/outline/outline.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index c07b9fe..90bce21 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -67,15 +67,15 @@ spec: - name: outline image: outlinewiki/outline:0.61.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 + # echo "Done" + # sleep 300 + # exit 1 env: - name: PGSSLMODE value: disable