Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/hl-composer] fix typo (#8679)
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 k8s-ci-robot committed Oct 24, 2018
1 parent 898ee9a commit b355220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/hl-composer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/hl-composer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b355220

Please sign in to comment.