Skip to content

Commit

Permalink
chore(ci): no replication factor when pinning - use cluster's default (
Browse files Browse the repository at this point in the history
…#2302)

This was not a good idea when pinning to collab clusters...
  • Loading branch information
hsanjuan authored Nov 29, 2024
1 parent 502abd4 commit 81b8f29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ jobs:
--basic-auth "${CLUSTER_USER}:${CLUSTER_PASSWORD}" \
pin add \
--name "${PIN_NAME}" \
--replication-min 1 \
--replication-max 3 \
--wait \
$PIN_CID
env:
Expand Down

0 comments on commit 81b8f29

Please sign in to comment.