Skip to content

feat(helm): add enabledTools and extraArgs configuration options#43

Merged
EItanya merged 2 commits intokagent-dev:mainfrom
MatteoMori8:feature/helm-extra-args
Feb 10, 2026
Merged

feat(helm): add enabledTools and extraArgs configuration options#43
EItanya merged 2 commits intokagent-dev:mainfrom
MatteoMori8:feature/helm-extra-args

Conversation

@MatteoMori8
Copy link
Contributor

Add support for configuring tool-server CLI arguments via Helm values:

  • tools.enabledTools: List of tool providers to enable (maps to --tools flag)
  • tools.extraArgs: Additional command-line arguments for future flags

Example usage:

tools:
  enabledTools:
    - k8s
    - helm
    - prometheus
  extraArgs:
    - "--some-future-flag"

This is a non-breaking change - empty lists (default) preserve current behavior.

Signed-off-by: Matteo Mori matteo.mori@rvu.co.uk

Add support for configuring tool-server CLI arguments via Helm values:

- `tools.enabledTools`: List of tool providers to enable (maps to --tools flag)
- `tools.extraArgs`: Additional command-line arguments for future flags

Example usage:
```yaml
tools:
  enabledTools:
    - k8s
    - helm
    - prometheus
  extraArgs:
    - "--some-future-flag"
```

This is a non-breaking change - empty lists (default) preserve current behavior.

Signed-off-by: Matteo Mori <matteo.mori@rvu.co.uk>
Copy link
Contributor

@EItanya EItanya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me, thanks for the contribution :)

# - helm
# - prometheus
# Additional command-line arguments
extraArgs: []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one nit, can we name this args instead

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorted!

Simplify the Helm values key name for additional CLI arguments.

Signed-off-by: Matteo Mori <matteo.mori@rvu.co.uk>
@EItanya EItanya merged commit f31fe9e into kagent-dev:main Feb 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants