[stable/hlf-peer] fix typo (#8696)

Signed-off-by: Mikhail Grachev <work@mgrachev.com>
This commit is contained in:
Grachev Mikhail
2018-10-24 07:22:10 -07:00
committed by k8s-ci-robot
parent 131581904f
commit d8d57cc94d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Hyperledger Fabric Peer chart (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project)
name: hlf-peer
version: 1.1.0
version: 1.1.1
appVersion: 1.2.0
keywords:
- blockchain
+1 -1
View File
@@ -44,7 +44,7 @@ $ helm install stable/hlf-peer --name peer1 --set caUsername=peer1,caPassword=se
The above command specifies (but does not register/enroll) a Peer username of `peer1` with password `secretpassword`.
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/hlf-peer --name peer1 -f my-values.yaml