Skip to content

Commit

Permalink
add missed kubectl create namespace for check_helm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Oct 16, 2024
1 parent 97ab9af commit 607c514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 607c514

Please sign in to comment.