You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(helm): per-agent image as string, fallback to appVersion, persistence.size default 1Gi (#145)
* fix(helm): per-agent image as string, fallback to appVersion, persistence.size default 1Gi
* fix(helm): guard nil persistence in pvc template
* docs: fix claude working_dir to /home/node in manual config example
* fix: readme
* feat(helm): add per-agent enabled flag to skip resource creation
Default kiro agent persists via Helm deep merge even when users only
define a different agent. Add `agents.<name>.enabled` (default true)
so users can set `agents.kiro.enabled: false` to avoid creating
unwanted resources. Update README with all three deployment scenarios.
Each agent key in `agents` map creates its own Deployment, ConfigMap, Secret, and PVC. Set `agents.<name>.enabled: false` to skip creating resources for an agent.
127
+
105
128
### Manual config.toml
106
129
107
130
For non-Helm deployments, configure the `[agent]` block per CLI:
0 commit comments