Commit e0aae1c
fix(install): disable chart namespace template to avoid collision
The CLI creates the sympozium-system namespace via Helm's
install.CreateNamespace flag, while the chart's templates/namespace.yaml
also rendered a Namespace resource (createNamespace=true by default).
Both racing produced "namespaces \"sympozium-system\" already exists"
on install, leaving a failed release with orphaned resources.
Default createNamespace=false in buildHelmValues so the chart template
is skipped; --set can still override for standalone chart use.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5b3cf42 commit e0aae1c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1240 | 1240 | | |
1241 | 1241 | | |
1242 | 1242 | | |
| 1243 | + | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
1243 | 1247 | | |
1244 | 1248 | | |
1245 | 1249 | | |
| |||
0 commit comments