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