Skip to content

Commit

Permalink
Fix data import cron template (#2830)
Browse files Browse the repository at this point in the history
Set the `instancetype.kubevirt.io/default-preference` labels in centos 8
& 9 to the right value.

Signed-off-by: Nahshon Unna-Tsameret <[email protected]>
  • Loading branch information
nunnatsa authored Mar 5, 2024
1 parent 4db31f9 commit 196ac82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/dataImportCronTemplates/dataImportCronTemplates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cdi.kubevirt.io/storage.bind.immediate.requested: "true"
name: centos-stream8-image-cron
labels:
instancetype.kubevirt.io/default-preference: centos.8.stream
instancetype.kubevirt.io/default-preference: centos.stream8
instancetype.kubevirt.io/default-instancetype: u1.medium
spec:
schedule: "0 */12 * * *"
Expand All @@ -23,7 +23,7 @@
cdi.kubevirt.io/storage.bind.immediate.requested: "true"
name: centos-stream9-image-cron
labels:
instancetype.kubevirt.io/default-preference: centos.9.stream
instancetype.kubevirt.io/default-preference: centos.stream9
instancetype.kubevirt.io/default-instancetype: u1.medium
spec:
schedule: "0 */12 * * *"
Expand Down

0 comments on commit 196ac82

Please sign in to comment.