mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/hlf-ca] fix typo (#8680)
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
b35522042e
commit
bc8507b808
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Hyperledger Fabric Certificate Authority chart (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project)
|
||||
name: hlf-ca
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
appVersion: 1.2.0
|
||||
keywords:
|
||||
- blockchain
|
||||
|
||||
@@ -40,7 +40,7 @@ $ helm install stable/hlf-ca --name org1-ca --set adminUsername=ca-admin,adminPa
|
||||
|
||||
The above command creates a CA Admin user named `ca-admin` 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-ca --name org1-ca -f my-values.yaml
|
||||
|
||||
Reference in New Issue
Block a user