We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792917f commit 7f97d7cCopy full SHA for 7f97d7c
scripts/create-kind-cluster.sh
@@ -3,6 +3,7 @@
3
set -o errexit
4
set -o nounset
5
set -o pipefail
6
+set -x
7
8
: "${SERVICE_ACCOUNT_ISSUER:?Environment variable empty or not defined.}"
9
0 commit comments