Include an example agent as part of the Helm chart, deployable at startup. This replaces the old registry-based approach — since the registry was removed, Kagenti now manages deployed resources directly via Kubernetes.
Requirements
- Add a Helm value
exampleAgent (default: false)
- When
true, deploy an example agent as part of the chart
adk platform start sets exampleAgent=true by default
- Can be disabled via
adk platform start --set=exampleAgent=false (or similar)
Context
Include an example agent as part of the Helm chart, deployable at startup. This replaces the old registry-based approach — since the registry was removed, Kagenti now manages deployed resources directly via Kubernetes.
Requirements
exampleAgent(default:false)true, deploy an example agent as part of the chartadk platform startsetsexampleAgent=trueby defaultadk platform start --set=exampleAgent=false(or similar)Context