Fixing shellcheck

Signed-off-by: Mariusz Sabath <[email protected]>
This commit is contained in:
Mariusz Sabath
2023-05-16 19:31:38 +02:00
committed by Marco Franssen
parent 91bdea2a1d
commit bd86518abc
+5 -1
View File
@@ -5,6 +5,10 @@ set -x
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
# shellcheck source=/dev/null
source "${SCRIPTPATH}/../common.sh"
k_wait=(kubectl wait --for condition=available --timeout 30s --namespace)
k_rollout_status=(kubectl rollout status --watch --timeout 30s --namespace)
@@ -48,7 +52,7 @@ EOF
kubectl -n spire-server get service spire-tornjak-frontend
if [ $1 -ne 0 ]; then
if [ "$1" -ne 0 ]; then
get_namespace_details spire-server
get_namespace_details spire-system
fi