Skip to content

Commit f242919

Browse files
author
Israel Blancas
committed
Add clarification
Signed-off-by: Israel Blancas <[email protected]>
1 parent cb6600e commit f242919

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.chloggen/3281-marshal-config.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@ issues: [3281]
1313
# (Optional) One or more lines of additional information to render under the primary note.
1414
# These lines will be padded with 2 spaces and then inserted directly into the document.
1515
# Use pipe (|) for multiline entries.
16-
subtext:
16+
subtext: |
17+
Previously, the v1beta1 OpenTelemetryCollector CR's config field was incorrectly
18+
marshalled, potentially causing issues when storing in etcd or retrieving via kubectl.
19+
This fix ensures that the config is properly marshalled, maintaining the correct
20+
structure and data types. For example, a config with nested maps and arrays will now
21+
be correctly preserved when stored and retrieved, instead of being flattened or
22+
losing structure.

0 commit comments

Comments
 (0)