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/chartsyou can then use the chart using the prefix you chose :
helm install horizon-cli evertrust/horizon-cliNote
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.