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 6267691 commit e0bdbd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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="$2"
local node_count=1
local shard_count=1
local kustomization_file="kustomization.yaml"
local base_yaml="mongodb-sharded-${node_count}-node"

Expand Down Expand Up @@ -80,4 +80,4 @@ EOF
cat "$kustomization_file"
}

# generate_kustomization 1 1
generate_kustomization 1 2

0 comments on commit e0bdbd7

Please sign in to comment.