Skip to content

Commit d786a8d

Browse files
committed
chore: Re-order objectOverrides entry
1 parent d360dff commit d786a8d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/ROOT/partials/release-notes/release-26.3.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ The following components of the SDP contain breaking changes for this release:
3131

3232
====== Miscellaneous
3333

34+
* This release supports `objectOverrides`, a list of generic Kubernetes objects, which are merged into the objects created by the operator (e.g. StatefulSets, Listeners or ConfigMaps).
35+
The priority of the overrides (in ascending order) is `configOverrides` -> `podOverrides` -> `objectOverrides`, with the latter overriding the previous.
36+
See the xref:concepts:overrides.adoc#object-overrides[concepts page] for more details.
37+
Tracked in https://github.com/stackabletech/issues/issues/712[issues#712].
3438
* A new demo was added that shows Retrieval Augmented Generation (RAG) with OpenSearch as the vector store.
3539
Consult the xref:demos:opensearch-rag.adoc[demo documentation page] for more details.
3640
See https://github.com/stackabletech/demos/pull/354[demos#354].
3741
* All remaining operators now maintain their own CRDs instead of relying on Helm as a deployment mechanism.
3842
Additionally, the conversion webhook is now running alongside the controller for future CRD versioning.
3943
Tracked in https://github.com/stackabletech/issues/issues/808[issues#808].
40-
* This release supports `objectOverrides`, a list of generic Kubernetes objects, which are merged into the objects created by the operator (e.g. StatefulSets, Listeners or ConfigMaps).
41-
The priority of the overrides (in ascending order) is `configOverrides` -> `podOverrides` -> `objectOverrides`, with the latter overriding the previous.
42-
See the xref:concepts:overrides.adoc#object-overrides[concepts page] for more details.
43-
Tracked in https://github.com/stackabletech/issues/issues/712[issues#712].
4444

4545
===== Apache Airflow
4646

0 commit comments

Comments
 (0)