Closed pmalek closed 3 months ago
@pmalek This is the same case as https://github.com/kubernetes-sigs/controller-tools/issues/1027, right? (it's also ContainerPort in your case?)
@pmalek This is the same case as #1027, right? (it's also ContainerPort in your case?)
It seems like it yes. I also get
spec.validation.openAPIV3Schema.properties[spec].properties[deployment].properties[podTemplateSpec].properties[spec].properties[containers].items.properties[ports].items.properties[protocol].default: Required value: this property is in x-kubernetes-list-map-keys, so it must have a default or be a required property]
but it points to the same property. Close as duplicate of #1027?
Yup, let's close here and investigate based on the other one
Problem statement
For some reason CRD generation broke with v0.16.0.
https://github.com/Kong/gateway-operator/pull/484/files#diff-3166801df88674f5aaf8bae94ae61589866175173bfe3559d4fb31b73ecf767dR4767-R4769
But also the generated manifests fail to apply (on k8s cluster 1.30.0) (this CRD embeds
podTemplateSpec
)https://github.com/Kong/gateway-operator/actions/runs/10384193313/job/28750687237#step:6:55