diff --git a/apis/project.cattle.io/v3/schema/schema.go b/apis/project.cattle.io/v3/schema/schema.go index 29e312ac..3a302e8a 100644 --- a/apis/project.cattle.io/v3/schema/schema.go +++ b/apis/project.cattle.io/v3/schema/schema.go @@ -205,6 +205,9 @@ func podTypes(schemas *types.Schemas) *types.Schemas { AddMapperForType(&Version, v1.PodTemplateSpec{}, &m.Embed{Field: "spec"}, ). + AddMapperForType(&Version, v1.HTTPGetAction{}, + &m.Drop{Field: "host"}, + ). AddMapperForType(&Version, v1.Capabilities{}, m.Move{From: "add", To: "capAdd"}, m.Move{From: "drop", To: "capDrop"},