This chart bootstraps a Mina protocol bot for providing various services to deployed testnets.
helm repo add mina https://coda-charts.storage.googleapis.com
helm repo updateThe following table lists the configurable parameters of the o1-bot chart and its default values.
| Parameter | Description |
|---|---|
bot.name |
name of bot to deploy |
bot.image |
container image representing bot function/role |
bot.role |
role/function of bot to deploy |
bot.testnet |
Mina protocol testnet to deploy to |
| Parameter | Description | Default |
|---|---|---|
bot.command |
override command to run on bot startup | [] |
bot.args |
arguments to pass to startup override command | [] |
bot.resources |
bot resource specification/mapping | see default Values.yaml |
bot.optionalEnv |
optional environment variable configuration settings | [] |
bot.volumes |
k8s volume objects to launch bot with | [] |
bot.volumeMounts |
bot pod volume mount path settings | [] |
helm install faucet ...