Skip to content

Commit 81b8f29

Browse files
authored
chore(ci): no replication factor when pinning - use cluster's default (#2302)
This was not a good idea when pinning to collab clusters...
1 parent 502abd4 commit 81b8f29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ jobs:
137137
--basic-auth "${CLUSTER_USER}:${CLUSTER_PASSWORD}" \
138138
pin add \
139139
--name "${PIN_NAME}" \
140-
--replication-min 1 \
141-
--replication-max 3 \
142140
--wait \
143141
$PIN_CID
144142
env:

0 commit comments

Comments
 (0)