Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed Jan 2, 2025
1 parent 364d5ed commit dab5ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/end2end/generate-kustomization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readonly VALID_TOPOLOGIES=(
generate_kustomization() {
local node_count=$1
local shard_count=$2
local kustomization_file="./_build/root/deploy/kustomization.yaml"
local kustomization_file="/tmp/kustomization.yaml"
local base_yaml="mongodb-sharded-${node_count}-node"

touch "$kustomization_file"
Expand Down
4 changes: 2 additions & 2 deletions .github/scripts/end2end/install-kind-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,11 @@ mongodb_sharded() {
$SOLUTION_REGISTRY/mongodb-exporter=$(get_image_from_deps mongodb-sharded-exporter)

# cat the current kustomize file
cat ./_build/root/deploy/kustomization.yaml
cat /tmp/kustomization.yaml

cat ./_build/root/deploy/mongodb-sharded-1-node-2-shards.yaml

kubectl apply -k ./_build/root/deploy/
kubectl apply -k /tmp

kubectl rollout status statefulset data-db-mongodb-sharded-mongos
kubectl rollout status statefulset data-db-mongodb-sharded-configsvr
Expand Down

0 comments on commit dab5ed9

Please sign in to comment.