Skip to content

Commit

Permalink
Try to fix the error with test kubectl
Browse files Browse the repository at this point in the history
Signed-off-by: dviejokfs <[email protected]>
  • Loading branch information
dviejokfs committed Feb 6, 2025
1 parent 7a0410d commit c4393c7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-kubectl-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4393c7

Please sign in to comment.