fix(platform): use correct package names in enabledPackages

The enabledPackages list must use fully qualified package names
(e.g., cozystack.velero) to match the helper template check.
Also add backupstrategy-controller which is required by backup-controller.

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Aleksei Sviridkin <f@lex.la>
This commit is contained in:
Aleksei Sviridkin 2026-01-30 18:49:35 +03:00
parent 7927033864
commit cb90df4969
No known key found for this signature in database
GPG key ID: 7988329FDF395282

View file

@ -11,4 +11,5 @@ bundles:
naas:
enabled: true
enabledPackages:
- velero
- cozystack.velero
- cozystack.backupstrategy-controller