To deploy Ramp Contracts with a Helm chart, you need precision. Start by confirming your Kubernetes cluster is ready and healthy. Update your kubeconfig. Verify that helm is installed and on a current version. A misaligned Helm client will break the rollout before it begins.
Fetch the Ramp Contracts Helm chart from your trusted chart repository. Use:
helm repo add ramp-contracts https://charts.rampcontracts.io
helm repo update
The chart values drive the behavior of the deployment. Configure values.yaml to include namespace, resource limits, and secrets for API keys. Keep secrets in Kubernetes Secrets, not in plain files.
Deploy with:
helm install ramp-contracts ramp-contracts/ramp-contracts -f values.yaml
This triggers Kubernetes to create pods, services, and configmaps under the defined namespace. Watch logs and pod status with: