We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a6bc5 commit dea4e91Copy full SHA for dea4e91
scripts/start_kind_cluster.sh
@@ -8,7 +8,7 @@ set -euo pipefail
8
# Enable reuse of the arguments to ginkgo relevant to starting a cluster
9
START_CLUSTER_ARGS=()
10
for arg in "$@"; do
11
- if [[ "${arg}" =~ "--kubeconfig" || "${arg}" =~ "--kubeconfig-context" ]]; then
+ if [[ "${arg}" =~ "--kubeconfig=" || "${arg}" =~ "--kubeconfig-context=" ]]; then
12
START_CLUSTER_ARGS+=("${arg}")
13
fi
14
done
0 commit comments