Skip to content

Commit

Permalink
[stable/hlf-ord] fix typo (helm#8695)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
  • Loading branch information
mgrachev authored and kenichi-shibata committed Oct 30, 2018
1 parent b106d0a commit 7ae4d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/hlf-ord/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Hyperledger Fabric Orderer chart (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project)
name: hlf-ord
version: 1.1.0
version: 1.1.1
appVersion: 1.2.0
keywords:
- blockchain
Expand Down
2 changes: 1 addition & 1 deletion stable/hlf-ord/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ helm install stable/hlf-ord --name ord1 --set caUsername=ord1,caPassword=secre

The above command specifies (but does not register/enroll) an Orderer username of `ord1` 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-ord --name ord1 -f my-values.yaml
Expand Down

0 comments on commit 7ae4d40

Please sign in to comment.