From c4393c797fad382ba1956821c91285997bf846aa Mon Sep 17 00:00:00 2001 From: dviejokfs Date: Thu, 6 Feb 2025 20:32:03 +0100 Subject: [PATCH] Try to fix the error with test kubectl Signed-off-by: dviejokfs --- .github/workflows/test-kubectl-plugin.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-kubectl-plugin.yml b/.github/workflows/test-kubectl-plugin.yml index fe7c8f45..57841de9 100644 --- a/.github/workflows/test-kubectl-plugin.yml +++ b/.github/workflows/test-kubectl-plugin.yml @@ -313,13 +313,14 @@ jobs: ordererOrganizations: - caName: "ord-ca" caNamespace: "default" - externalOrderersToJoin: - - host: ord-node1.default - port: 7053 + externalOrderersToJoin: [] mspID: OrdererMSP ordererEndpoints: - orderer0-ord.localho.st:443 - orderersToJoin: [] + orderersToJoin: + - name: ord-node1 + namespace: default + orderers: - host: orderer0-ord.localho.st port: 443