From fcbd68ac5a7f7c240daf8227b52a976f53ca22b6 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 28 Mar 2024 16:33:56 +0000 Subject: [PATCH] Add missing k8s_builder config to v25 core.yaml Related to #28 Signed-off-by: James Taylor --- defaultconfig/peer/v25/core.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/defaultconfig/peer/v25/core.yaml b/defaultconfig/peer/v25/core.yaml index 2b5482e6..fdf90866 100644 --- a/defaultconfig/peer/v25/core.yaml +++ b/defaultconfig/peer/v25/core.yaml @@ -612,6 +612,15 @@ chaincode: - IBP_BUILDER_SHARED_DIR - PEER_NAME + # Default builder for "k8s" chaincode packages. + # See https://github.com/hyperledgendary/fabric-builder-k8s + - name: k8s_builder + path: /opt/hyperledger/k8s_builder + propagateEnvironment: + - CORE_PEER_ID + - KUBERNETES_SERVICE_HOST + - KUBERNETES_SERVICE_PORT + # Default builder for chaincode-as-a-service, included in fabric # opensource versions >= 2.4.2. This is a "no-op" builder and will not # manage the lifecycle of pods, deployments, and services in k8s. The