mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
fix typo in burrow Readme (#3639)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: burrow
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
appVersion: 0.17.1
|
||||
description: Burrow is a permissionable smart contract machine
|
||||
icon: https://pbs.twimg.com/profile_images/697035383679295488/_6vl74tM_400x400.png
|
||||
|
||||
@@ -157,7 +157,7 @@ There are a few other considerations underpinning how this chart was developed.
|
||||
|
||||
### Deployments versus StatefulSets
|
||||
|
||||
The first consideration is whether to utilize multiple deployments or a statefulSet. The chart maintainer has (to date) found it significantly easier to work with multiple deployments than with a statefulSet because the config files and keys differ subltely between and across each blockchain node. StatefulSets are currently not able to as elegantly handle the 1-to-1 linkages between the various key secrets and config files that are necessary to operate each blockchain node within the cluster.
|
||||
The first consideration is whether to utilize multiple deployments or a statefulSet. The chart maintainer has (to date) found it significantly easier to work with multiple deployments than with a statefulSet because the config files and keys differ subtly between and across each blockchain node. StatefulSets are currently not able to as elegantly handle the 1-to-1 linkages between the various key secrets and config files that are necessary to operate each blockchain node within the cluster.
|
||||
|
||||
### Running multiple chains within your cluster
|
||||
|
||||
|
||||
Reference in New Issue
Block a user