From 607c514b48647917585a322706cd9a88b8cd0872 Mon Sep 17 00:00:00 2001 From: Slach Date: Wed, 16 Oct 2024 19:37:36 +0500 Subject: [PATCH] add missed kubectl create namespace for check_helm.yaml --- .github/workflows/check_helm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check_helm.yaml b/.github/workflows/check_helm.yaml index f3ba3a573..aa5f3248c 100644 --- a/.github/workflows/check_helm.yaml +++ b/.github/workflows/check_helm.yaml @@ -28,6 +28,7 @@ jobs: - name: Local Helm Test run: | set -xe + minikube kubectl create ns test helm install -n test test-operator ./deploy/helm/clickhouse-operator/ sleep 10 workflow_count=$(kubectl get all --all-namespaces | grep -c "test-operator")