examples/chart/tbot/README.md
This chart deploys an instance of the Machine ID agent, TBot, into your Kubernetes cluster.
To use it, you will need to know:
By default, this chart is designed to use the kubernetes join method but it
can be customised to use any delegated join method. We do not recommend that
you use the token join method with this chart.
This basic configuration will write a Teleport identity file to a secret in
the deployment namespace called <helm-release-name>-out. For example tbot-out.
clusterName: "test.teleport.sh"
teleportProxyAddress: "test.teleport.sh:443"
token: "my-token"
When customizing the configuration of tbot using this chart, you can either
choose to leverage the more granular values or use the tbotConfig value
to inject custom configuration into any field. We recommend using the granular
values where possible to better benefit from changes we may introduce in future
updates.
Please read CONTRIBUTING.md before raising a pull request to this chart.