We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69f8519 + 607c514 commit d7ecc2eCopy full SHA for d7ecc2e
.github/workflows/check_helm.yaml
@@ -28,6 +28,7 @@ jobs:
28
- name: Local Helm Test
29
run: |
30
set -xe
31
+ minikube kubectl create ns test
32
helm install -n test test-operator ./deploy/helm/clickhouse-operator/
33
sleep 10
34
workflow_count=$(kubectl get all --all-namespaces | grep -c "test-operator")
0 commit comments