diff --git a/apis/project.cattle.io/v3/schema/schema.go b/apis/project.cattle.io/v3/schema/schema.go index 5b6e77f6..8b24d678 100644 --- a/apis/project.cattle.io/v3/schema/schema.go +++ b/apis/project.cattle.io/v3/schema/schema.go @@ -376,7 +376,11 @@ func deploymentTypes(schemas *types.Schemas) *types.Schemas { m.Move{From: "type", To: "strategy"}, ). AddMapperForType(&Version, v1beta2.DeploymentSpec{}, - &m.Embed{Field: "strategy"}, + &m.Move{ + From: "strategy", + To: "upgradeStrategy", + }, + &m.Embed{Field: "upgradeStrategy"}, &m.Move{ From: "replicas", To: "scale",