cozystack/cmd/cozystack-operator
Aleksei Sviridkin 4821f025fc
fix(operator): correct default platformSourceName, gate PackageSource on installCRDs
Change default --platform-source-name from "cozystack-packages" to
"cozystack-platform" to match the value passed by the Helm template.

Gate PackageSource creation on --install-crds flag: when the operator
does not manage CRDs, the PackageSource CRD may not exist yet, so
skip creation and let an external process handle it.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
2026-02-19 18:04:50 +03:00
..
main.go fix(operator): correct default platformSourceName, gate PackageSource on installCRDs 2026-02-19 18:04:50 +03:00
main_test.go fix(operator): use SSA for PackageSource, separate context, unconditional creation 2026-02-19 17:54:33 +03:00