postgres-operator/charts
rasoanaivo-r ef725ca52e fix operatorconfigurations CRD: render sidecars as array
configuration.sidecars was annotated with kubebuilder:validation:Type=object
while SidecarContainers is a []v1.Container, so the generated schema rejected
every list value and global sidecars could not be configured at all.

Drop the hand-written Schemaless/Type=object markers and let controller-gen
derive the schema from the Go type, the same way spec.initContainers is
already handled in the Postgresql CRD. The field now renders as type: array
with a full Container schema for its items.

Fixes #3159

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-04 19:06:08 +02:00
..
postgres-operator fix operatorconfigurations CRD: render sidecars as array 2026-08-04 19:06:08 +02:00
postgres-operator-ui prepare bugfix release (#3147) 2026-07-29 10:51:00 +02:00