Skip to content

Commit

Permalink
Merge pull request #364 from Abirdcfly/main
Browse files Browse the repository at this point in the history
chore: disable dataprocess pod in example-test
  • Loading branch information
bjwswang authored Dec 13, 2023
2 parents 121f7e3 + 0a75e2d commit 56c8873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/example-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ kind load docker-image controller:example-e2e --name=$KindName

info "3. install arcadia"
kubectl create namespace arcadia
helm install -narcadia arcadia deploy/charts/arcadia -f tests/deploy-values.yaml --set controller.image=controller:example-e2e --set apiserver.image=controller:example-e2e --wait --timeout $HelmTimeout
helm install -narcadia arcadia deploy/charts/arcadia -f tests/deploy-values.yaml --set controller.image=controller:example-e2e --set apiserver.image=controller:example-e2e --set dataprocess.enabled=false --wait --timeout $HelmTimeout

info "4. check system datasource arcadia-minio(system datasource)"
waitCRDStatusReady "Datasource" "arcadia" "arcadia-minio"
Expand Down

0 comments on commit 56c8873

Please sign in to comment.