Skip to content

Commit 55a18b1

Browse files
committed
fixup: Respond to review feedback
1 parent a77420a commit 55a18b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start_kind_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -euo pipefail
88
# Enable reuse of the arguments to ginkgo relevant to starting a cluster
99
START_CLUSTER_ARGS=()
1010
for arg in "$@"; do
11-
if [[ "${arg}" =~ "--kubeconfig" || "${arg}" =~ "--kubeconfig-context" ]]; then
11+
if [[ "${arg}" =~ "--kubeconfig=" || "${arg}" =~ "--kubeconfig-context=" ]]; then
1212
START_CLUSTER_ARGS+=("${arg}")
1313
fi
1414
done

0 commit comments

Comments
 (0)