This is the official Helm Chart for installing Horizon cli on Kubernetes.
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.