diff options
-rwxr-xr-x | csit/start-s3p-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/start-s3p-tests.sh b/csit/start-s3p-tests.sh index 100f57c7..8fb571f4 100755 --- a/csit/start-s3p-tests.sh +++ b/csit/start-s3p-tests.sh @@ -22,7 +22,7 @@ # Start Kubernetes function start_kubernetes() { - bash run-k8s-csit.sh install + bash run-k8s-csit.sh install $3 bash get-cluster-info.sh } |