mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/hl-composer] fix typo (#8679)
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
898ee9a96f
commit
b35522042e
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user