From 81b8f29ec8bf6b7fe577c07261c83dce99eb7919 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Fri, 29 Nov 2024 01:34:36 +0100 Subject: [PATCH] chore(ci): no replication factor when pinning - use cluster's default (#2302) This was not a good idea when pinning to collab clusters... --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a180268e..70fd40efc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: