From daa620bf05c68a20de491fc9cf0be9542d2afe27 Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Mon, 3 Apr 2023 10:54:53 -0700 Subject: [PATCH] Fix production example test (#183) Co-authored-by: Marco Franssen Signed-off-by: Marco Franssen --- .github/tests/production-example/install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/tests/production-example/install.sh b/.github/tests/production-example/install.sh index 19b8806..442a97b 100755 --- a/.github/tests/production-example/install.sh +++ b/.github/tests/production-example/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -x +set -xe SCRIPT=$(readlink -f "$0") SCRIPTPATH=$(dirname "$SCRIPT") @@ -8,4 +8,6 @@ SCRIPTPATH=$(dirname "$SCRIPT") helm install \ --namespace spire-server \ --values "${SCRIPTPATH}/../../../examples/production/values.yaml" \ - spire charts/spire + spire charts/spire --wait + +helm test spire --namespace spire-server