Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 601 Bytes

horizon-cli-helm

Overview

This is the official Helm Chart for installing Horizon cli on Kubernetes.

Installation

add the helm repo to your local repositories :

helm repo add evertrust https://repo.evertrust.io/repository/charts

you can then use the chart using the prefix you chose :

helm install horizon-cli evertrust/horizon-cli

Note

Don't forget to set your Horizon credentials. You can do this by setting the horizonCliCredentials.endpoint, horizonCliCredentials.apiID, and horizonCliCredentials.apiKey values in your custom values file.