robusta
robusta copied to clipboard
Error: UPGRADE FAILED: execution error at (robusta/templates/playbooks-config.yaml:9:7
Describe the bug
Error: UPGRADE FAILED: execution error at (robusta/templates/playbooks-config.yaml:9:7
A valid .Values.clusterName entry is required!
To Reproduce Steps to reproduce the behavior:
- Go to https://docs.robusta.dev/master/tutorials/configuring-automations.html
- Follow steps to add your first customplaybook
- See error
Expected behavior It should upgrade the robusta configuration
Screenshots

It's a fresh installation of robusta on k8s v1.24 single node cluster running on kodekloud playground.
Hi @mjrulesamrat, thanks for reporting this
We need to update the command in that page.
The clusterName is missing from the upgrade command.
Can you try it with --set clusterName=<YOUR_CLUSTER_NAME> ?
helm upgrade robusta robusta/robusta --values ./generated_values.yaml --set clusterName=<YOUR_CLUSTER_NAME>
Thank you @arikalon1 . I'll try it out in my next kodekloud session and update here.