Skip to content

Commit

Permalink
Merge pull request Altinity#1538 from Altinity/fix_helm_release
Browse files Browse the repository at this point in the history
add missed kubectl create namespace for check_helm.yaml
  • Loading branch information
sunsingerus authored Oct 16, 2024
2 parents 69f8519 + 607c514 commit d7ecc2e
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 d7ecc2e

Please sign in to comment.