Skip to content

Commit

Permalink
chore: add v1 VM preferences (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
chomatdam authored Oct 15, 2024
1 parent cd4043c commit 99d3768
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gitops/components/kubevirt/kustomize/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ kind: Kustomization
resources:
- ./operators
- ./resources.yaml
- https://github.com/kubevirt/common-instancetypes//VirtualMachineClusterPreferences?ref=v0.4.0
- ./vm-preferences-v1

patches:
- target:
Expand Down
2 changes: 1 addition & 1 deletion gitops/components/kubevirt/kustomize/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ spec:
- CPUManager
- NUMA
- Sidecar
- CommonInstancetypesDeploymentGate
- VMExport
- LiveMigration
# - CommonInstancetypesDeploymentGate
customizeComponents:
patches:
- resourceType: Deployment
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

nameSuffix: -v1

resources:
- https://github.com/kubevirt/common-instancetypes//VirtualMachineClusterPreferences?ref=v1.1.0

0 comments on commit 99d3768

Please sign in to comment.