fix(platform): disable iaas/paas/naas bundles for generic variant

The isp-full-generic variant should have iaas, paas, and naas bundles
disabled by default since these bundles require 'isp-full' or 'isp-hosted'
variants as per validation rules in their respective templates.

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 14:49:55 +03:00
parent f72860c827
commit c3197d59fa
No known key found for this signature in database
GPG key ID: 7988329FDF395282

View file

@ -5,8 +5,8 @@ bundles:
enabled: true
variant: "isp-full-generic"
iaas:
enabled: true
enabled: false
paas:
enabled: true
enabled: false
naas:
enabled: true
enabled: false