Configuration OverviewΒΆ
Follow this guide to configure Robusta after installing it. Configuration is done using Robusta's Helm values.
Common SettingsΒΆ
All SettingsΒΆ
All of Robusta's settings are listed as Helm chart values:
helm repo add robusta https://robusta-charts.storage.googleapis.com && helm repo update
helm show values robusta/robusta
Avoid using the values.yaml file on GitHub
It might be tempting to use helm/robusta/values.yaml
in our GitHub repository, but this file wont work.
It contains empty placeholders filled in during releases.