corda-kubernetes-deployment icon indicating copy to clipboard operation
corda-kubernetes-deployment copied to clipboard

Corda Kubernetes Deployment

Results 4 corda-kubernetes-deployment issues
Sort by recently updated
recently updated
newest added

The checklist, under [network-setup](https://github.com/corda/corda-kubernetes-deployment/blob/master/docs/CHECKLIST.md#network-setup) says to "Download network root truststore to ./helm/files/network" but it doesn't say where to download it from or how to generate it. Can you please provide...

In values.yaml I specified the following which are correct (I double checked) serverAddress: username: password: When I run one-time-setup.sh for a new node it has prompted me on 2 occasions...

Currently CorDapps are copied to the Corda Node container once it is running to the persistent storage assigned to that pod. The CorDapps should ideally be segregated. a) Init containers...

enhancement