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 0232d8c commit 839ef28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/end2end/generate-kustomization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ readonly VALID_TOPOLOGIES=(
)

generate_kustomization() {
local node_count=1
local shard_count=1
local node_count="$1"
local shard_count="$2"
local kustomization_file="kustomization.yaml"
local base_yaml="mongodb-sharded-${node_count}-node"

Expand Down

0 comments on commit 839ef28

Please sign in to comment.