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:
parent
7927033864
commit
cb90df4969
1 changed files with 2 additions and 1 deletions
|
|
@ -11,4 +11,5 @@ bundles:
|
|||
naas:
|
||||
enabled: true
|
||||
enabledPackages:
|
||||
- velero
|
||||
- cozystack.velero
|
||||
- cozystack.backupstrategy-controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue