Skip to content

Commit d7ecc2e

Browse files
authored
Merge pull request #1538 from Altinity/fix_helm_release
add missed kubectl create namespace for check_helm.yaml
2 parents 69f8519 + 607c514 commit d7ecc2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check_helm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- name: Local Helm Test
2929
run: |
3030
set -xe
31+
minikube kubectl create ns test
3132
helm install -n test test-operator ./deploy/helm/clickhouse-operator/
3233
sleep 10
3334
workflow_count=$(kubectl get all --all-namespaces | grep -c "test-operator")

0 commit comments

Comments
 (0)