From 8eeeed7debedbe9f2d29ce3b0eb123f889be3e60 Mon Sep 17 00:00:00 2001 From: Matt Halder Date: Tue, 19 Jul 2022 13:21:39 -0600 Subject: [PATCH] readme updated with new instructions for installing the helm chart --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a472516ff5..8ab66fb6e4 100644 --- a/README.md +++ b/README.md @@ -138,10 +138,15 @@ Where the `result` value matches the .env `CHAIN_ID` configuration value or the ### Helm Chart -In this repo there is a `helm-chart` directory that contains the configurations to deploy Hedera's json-rpc relay to a K8s cluster. -To get started install the helm chart: +This repos `helm-chart` directory that contains the configurations to deploy Hedera's json-rpc relay to a K8s cluster. These same configurations are also available via helm repo. +To install the helm chart first install the helm repo: ``` -helm install hedera-json-rpc-relay ./helm-chart --debug +helm repo add hedera-json-rpc-relay https://hashgraph.github.io/hedera-json-rpc-relay/charts +helm repo update +``` +now install the helm chart: +``` +helm install [RELEASE_NAME] hedera-json-rpc-relay/hedera-json-rpc-relay -f /path/to/values.yaml ``` To see the values that have been deployed: