Skip to content

Commit

Permalink
Merge pull request #22 from robusta-dev/fix-custom-toolset
Browse files Browse the repository at this point in the history
Update custom_toolset.yaml
  • Loading branch information
pavangudiwada authored Jun 7, 2024
2 parents 96d88f2 + bd421cd commit fb2861a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/custom_toolset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ toolsets:

# A templated bash command using Jinja2 templates
# The LLM can only control parameters that you expose as template variables like {{ this_variable }}
command: "kubectl config use-context {{ cluster-name }}"
command: "kubectl config use-context {{ cluster_name }}"

0 comments on commit fb2861a

Please sign in to comment.