From efc262338f017d1c73d8d91c61b762bd777ecd35 Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Thu, 20 Jun 2019 16:30:23 -0700 Subject: [PATCH] Fix troubleshoot integration test --- .../troubleshoot-ship-release/expected/.ship/release.yml | 1 + .../expected/installer/scripts/install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/init_app/troubleshoot-ship-release/expected/.ship/release.yml b/integration/init_app/troubleshoot-ship-release/expected/.ship/release.yml index 55e48ce26..c20f60514 100644 --- a/integration/init_app/troubleshoot-ship-release/expected/.ship/release.yml +++ b/integration/init_app/troubleshoot-ship-release/expected/.ship/release.yml @@ -79,3 +79,4 @@ lifecycle: contents: | A state file has been written to {{repl context "state_file_path" }} -- please store it somewhere safe, you'll need it if you want to recover or update this installation of SuperGoodTool. + \ No newline at end of file diff --git a/integration/init_app/troubleshoot-ship-release/expected/installer/scripts/install.sh b/integration/init_app/troubleshoot-ship-release/expected/installer/scripts/install.sh index c578542bd..c0d3abcd5 100755 --- a/integration/init_app/troubleshoot-ship-release/expected/installer/scripts/install.sh +++ b/integration/init_app/troubleshoot-ship-release/expected/installer/scripts/install.sh @@ -1,3 +1,3 @@ #!/bin/bash echo "applying kuberentes configs" -kubectl apply -f ./k8s/* -n +kubectl apply -f ./k8s/* -n