fix typo in burrow Readme (#3639)

This commit is contained in:
Kay Yan
2018-02-09 14:51:53 -08:00
committed by k8s-ci-robot
parent 055a2de2c8
commit fbe7ff4404
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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