hyperledger-bevel / bevel-operator-fabric

Hyperledger Fabric Kubernetes operator - Hyperledger Fabric operator for Kubernetes (v2.3, v2.4 and v2.5, soon 3.0)
https://hyperledger-bevel.github.io/bevel-operator-fabric/
Apache License 2.0
280 stars 93 forks source link

Generate network config failed #149

Closed snakelu closed 1 year ago

snakelu commented 1 year ago

What would you like to be added?

I use hlf sdk to generate network config, But I reported an error when exporting network config.

https://github.com/hyperledger/bevel-operator-fabric/blob/main/kubectl-hlf/cmd/networkconfig/create.go

error message: template: networkConfig:23:15: executing "networkConfig" at <$org.OrderingServices>: can't evaluate field OrderingServices in type *helpers.Organization status: failed

Why is this needed?

image

yuecelm commented 1 year ago

I have the same issue, how you solved it?