[stable/hl-composer] fix typo (#8679)

Signed-off-by: Mikhail Grachev <work@mgrachev.com>
This commit is contained in:
Grachev Mikhail
2018-10-24 02:03:07 -07:00
committed by k8s-ci-robot
parent 898ee9a96f
commit b35522042e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Hyperledger Composer REST Server chart
name: hl-composer
version: 1.0.9
version: 1.0.10
appVersion: 0.20.0
keywords:
- blockchain
+1 -1
View File
@@ -43,7 +43,7 @@ $ helm install stable/hl-composer --name hlc --set persistence.enabled=true,pres
The above command specifies that we wish to use a persistent volume and use the `azurefile` Storage Class to enable the volume to be shared.
Alternatively, a YAML file can be provided while installing the chart. This file specifies values to override those provided in the defualt values.yaml. For example,
Alternatively, a YAML file can be provided while installing the chart. This file specifies values to override those provided in the default values.yaml. For example,
```bash
$ helm install stable/hl-composer --name hlc -f my-values.yaml