From ad310fbee55b2d7725d917c2e75c1bec97e65fbd Mon Sep 17 00:00:00 2001 From: Alexey Roytman Date: Thu, 16 May 2024 00:04:59 +0300 Subject: [PATCH] small fix Signed-off-by: Alexey Roytman --- kind/hack/tools/install_kubeflow.sh | 4 ++-- kind/hack/tools/install_kuberay.sh | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/kind/hack/tools/install_kubeflow.sh b/kind/hack/tools/install_kubeflow.sh index 7aed5fc02..215eed9c5 100755 --- a/kind/hack/tools/install_kubeflow.sh +++ b/kind/hack/tools/install_kubeflow.sh @@ -50,8 +50,8 @@ wait(){ } delete(){ - kubectl delete -k "github.com/kubeflow/pipelines/manifests/kustomize/env/dev?ref=$PIPELINE_VERSION" --ignore-not-found || True - kubectl delete -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION" --ignore-not-found || True + kubectl delete -k "github.com/kubeflow/pipelines/manifests/kustomize/env/dev?ref=$PIPELINE_VERSION" --ignore-not-found || true + kubectl delete -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION" --ignore-not-found || true kubectl delete --ignore-not-found clusterrolebinding pipeline-runner-extend } diff --git a/kind/hack/tools/install_kuberay.sh b/kind/hack/tools/install_kuberay.sh index 7436ecafe..32c42c3d1 100755 --- a/kind/hack/tools/install_kuberay.sh +++ b/kind/hack/tools/install_kuberay.sh @@ -29,9 +29,8 @@ wait(){ } delete(){ - helm uninstall kuberay-operator -n kuberay || True - helm uninstall kuberay-apiserver -n kuberay || True - helm uninstall kuberay-apiserver -n kuberay || True + helm uninstall kuberay-operator -n kuberay || true + helm uninstall kuberay-apiserver -n kuberay || true } usage(){