Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
williamlardier committed Jan 2, 2025
1 parent 4491a83 commit 364d5ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/end2end/generate-kustomization.sh
Original file line number Diff line number Diff line change
@@ -13,6 +13,8 @@ generate_kustomization() {
local kustomization_file="./_build/root/deploy/kustomization.yaml"
local base_yaml="mongodb-sharded-${node_count}-node"

touch "$kustomization_file"

# Adjust file name if there are multiple shards
[[ "$shard_count" -gt 1 ]] && base_yaml="${base_yaml}-${shard_count}-shards"
base_yaml="${base_yaml}.yaml"

0 comments on commit 364d5ed

Please sign in to comment.