Go to the microsite for more information.
$ helm install chart- Kubernetes 1.8
You can specify each parameter using the --set key=value[,key=value] argument to helm install as follows:
$ helm install chart --name my-release
--set chain.node=1or provide a YAML file that specifies the values you want:
$ helm install chart --name my-release -f override-values.yaml To upgrade the my-release deployment:
$ helm upgrade my-release chart -f override-values.yamlTo uninstall/delete the my-release deployment:
$ helm delete my-releaseThe command removes all the Kubernetes components associated with the chart and deletes the release.
To be continued.
| Parameter | Description | Default |
|---|---|---|
chain.nodes |
number of nodes for the blockchain network | 1 |