Skip to content

Commit 1f07e9e

Browse files
Cluster deletion flag must be a number
1 parent a8ca69c commit 1f07e9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e-tests/functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,7 @@ create_k8s_cluster() {
17831783
local version="$2"
17841784
local platform="$3"
17851785
local region="$4"
1786-
local ttl="${5:-"1h"}"
1786+
local ttl="${5:-"1"}"
17871787

17881788
case "$platform" in
17891789

0 commit comments

Comments
 (0)