feat(kubevirt): Default to live migration for update strategy

!35
This commit is contained in:
2024-03-12 23:43:39 +09:30
parent cb5a5697c1
commit af26559485

View File

@ -11,4 +11,6 @@ spec:
featureGates: [] featureGates: []
customizeComponents: {} customizeComponents: {}
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
workloadUpdateStrategy: {} workloadUpdateStrategy:
workloadUpdateMethods:
- LiveMigrate