Skip to content

Commit 8c20256

Browse files
authored
fix(helm): ensure tools deployment honors release name (#1416)
Replacement for #1192 since that seems to have gone stale. Fixes #1190 Signed-off-by: Brian Fox <878612+onematchfox@users.noreply.github.com>
1 parent 92f6283 commit 8c20256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/kagent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ kmcp:
223223
# ==============================================================================
224224

225225
kagent-tools:
226-
fullnameOverride: kagent-tools
227226
enabled: true
227+
nameOverride: tools
228228
replicaCount: 1
229229
resources:
230230
requests:

0 commit comments

Comments
 (0)