diff --git a/manifests/bin/deploy.sh b/manifests/bin/deploy.sh index f3fd33c..cf07405 100755 --- a/manifests/bin/deploy.sh +++ b/manifests/bin/deploy.sh @@ -1,5 +1,5 @@ -#!/bin/bash -e -set -o pipefail +#!/bin/bash +set -xeo pipefail function kapply() { for f in "$@"; do diff --git a/manifests/bin/devel.sh b/manifests/bin/devel.sh index 65675aa..96fa982 100755 --- a/manifests/bin/devel.sh +++ b/manifests/bin/devel.sh @@ -1,5 +1,5 @@ -#!/bin/bash -e -set -o pipefail +#!/bin/bash +set -eo pipefail export NB_REPLICAS=1 diff --git a/manifests/bin/prod.sh b/manifests/bin/prod.sh index f70a7f1..6e04441 100755 --- a/manifests/bin/prod.sh +++ b/manifests/bin/prod.sh @@ -1,5 +1,5 @@ -#!/bin/bash -e -set -o pipefail +#!/bin/bash +set -eo pipefail # TODO: 3 export NB_REPLICAS=1