postgres-operator/manifests
rasoanaivo-r b43c7be1d0
fix operatorconfigurations CRD: render sidecars as array (#3160)
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-11 17:10:05 +02:00
..
api-service.yaml
complete-postgres-manifest.yaml bump to v2.0 (#3134) 2026-07-27 23:50:17 +02:00
configmap.yaml prepare bugfix release (#3147) 2026-07-29 10:51:00 +02:00
custom-team-membership.yaml
e2e-storage-class.yaml
fake-teams-api.yaml
fes.crd.yaml
infrastructure-roles-configmap.yaml
infrastructure-roles-new.yaml
infrastructure-roles.yaml
kustomization.yaml
minimal-fake-pooler-deployment.yaml prepare bugfix release (#3147) 2026-07-29 10:51:00 +02:00
minimal-master-replica-svcmonitor.yaml Add support for pg18 and remove pg13 (#3035) 2026-02-17 10:19:19 +01:00
minimal-postgres-lowest-version-manifest.yaml Add support for pg18 and remove pg13 (#3035) 2026-02-17 10:19:19 +01:00
minimal-postgres-manifest.yaml Add support for pg18 and remove pg13 (#3035) 2026-02-17 10:19:19 +01:00
operator-service-account-rbac-openshift.yaml
operator-service-account-rbac.yaml
operatorconfiguration.crd.yaml fix operatorconfigurations CRD: render sidecars as array (#3160) 2026-08-11 17:10:05 +02:00
platform-credentials.yaml
postgres-operator.yaml prepare bugfix release (#3147) 2026-07-29 10:51:00 +02:00
postgres-pod-priority-class.yaml
postgresql-operator-default-configuration.yaml prepare bugfix release (#3147) 2026-07-29 10:51:00 +02:00
postgresql.crd.yaml change volume specs to int32 and define max iops and throughput values (#3139) 2026-07-27 16:32:22 +02:00
postgresteam.crd.yaml update docs about CRD generation and copy paste to chart dir, too (#3117) 2026-06-26 10:43:57 +02:00
standby-manifest.yaml Add support for pg18 and remove pg13 (#3035) 2026-02-17 10:19:19 +01:00
user-facing-clusterroles.yaml