From de9de2716acc9a5ba8a8a750c64d533d2b3ab382 Mon Sep 17 00:00:00 2001 From: ange Date: Sat, 28 Dec 2024 13:16:09 +0000 Subject: [PATCH] debug --- manifests/bin/deploy.sh | 4 ++-- manifests/bin/devel.sh | 4 ++-- manifests/bin/prod.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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