Skip to content

Commit

Permalink
improvements to Doc
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Jul 30, 2024
1 parent 4eed9c3 commit 55be559
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions charts/hedera-block-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ helm template --name-template my-bn hedera-block-node/ --dry-run --output-dir ou
To install the chart:
```bash
helm repo add hedera-block-node https://hashgraph.github.io/hedera-block-node/charts
helm upgrade --install "${RELEASE}" hedera-block-node/hedera-block-node
helm install "${RELEASE}" hedera-block-node/hedera-block-node -f <path-to-custom-values-file>
```
*Note:* If using the chart directly after cloning the github repo, there is no need to add the repo. and install can be directly.
Assuming you are at the root folder of the repo.
```bash
helm install "${RELEASE}" charts/hedera-block-node -f <path-to-custom-values-file>
```


## Configure

Expand Down

0 comments on commit 55be559

Please sign in to comment.