Skip to content

Commit

Permalink
Add missing k8s_builder config to v25 core.yaml (#184)
Browse files Browse the repository at this point in the history
Related to #28

Signed-off-by: James Taylor <jamest@uk.ibm.com>
  • Loading branch information
jt-nti committed Apr 2, 2024
1 parent 6713446 commit 66d19f9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions defaultconfig/peer/v25/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66d19f9

Please sign in to comment.