Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps committed Oct 16, 2024
1 parent ca639e6 commit 6d864ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 29 deletions.
1 change: 0 additions & 1 deletion packages/apps/vm-disk/hack/update-instance-types.sh

This file was deleted.

5 changes: 5 additions & 0 deletions packages/apps/vm-disk/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"title": "Chart Values",
"type": "object",
"properties": {
"source": {
"type": "object",
"description": "The source image location used to create a disk",
"default": {}
},
"optical": {
"type": "boolean",
"description": "Defines is disk should be considered as optical",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/vm-disk/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## @section Common parameters

## @param source [object] The source image location used to create a disk
## @param source The source image location used to create a disk
## Example upload local image:
## source:
## upload: {}
Expand Down
12 changes: 0 additions & 12 deletions packages/apps/vm-disk/values2.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions packages/apps/vm-disk/values3.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions packages/system/kubevirt/templates/kubevirt-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ metadata:
spec:
certificateRotateStrategy: {}
configuration:
vmStateStorageClass: "replicated"
developerConfiguration:
featureGates:
- HotplugVolumes
- ExpandDisks
- VMPersistentState
customizeComponents: {}
imagePullPolicy: IfNotPresent
workloadUpdateStrategy: {}

0 comments on commit 6d864ed

Please sign in to comment.