Fix conflict of deploying KubeVirt Instancetypes (#691)

We have common-instance-types deployed by kubevirt-operator and separate
helm-chart.
In this case operator always overrides the resource by default ones.

This PR disables common-instance-types deployment for kubevirt-operator

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the package’s internal identifier to enhance consistency
across integration points.

- **New Features**
- Introduced a new configuration option that enables a deployment toggle
for managing instance types (disabled by default).

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Andrei Kvapil
2025-03-12 15:28:20 +01:00
committed by GitHub
parent 423514b338
commit d2210df9ec
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
export NAME=kubevirt-common-instancetypes
export NAME=kubevirt-instancetypes
export NAMESPACE=cozy-kubevirt
include ../../../scripts/package.mk

View File

@@ -7,6 +7,8 @@ metadata:
spec:
certificateRotateStrategy: {}
configuration:
commonInstancetypesDeployment:
enabled: false
developerConfiguration:
featureGates:
- HotplugVolumes