Skip to content

Commit

Permalink
Add clarification
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <iblancas@redhat.com>
  • Loading branch information
iblancasa committed Sep 19, 2024
1 parent cb6600e commit f242919
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .chloggen/3281-marshal-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ issues: [3281]
# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
subtext: |
Previously, the v1beta1 OpenTelemetryCollector CR's config field was incorrectly
marshalled, potentially causing issues when storing in etcd or retrieving via kubectl.
This fix ensures that the config is properly marshalled, maintaining the correct
structure and data types. For example, a config with nested maps and arrays will now
be correctly preserved when stored and retrieved, instead of being flattened or
losing structure.

0 comments on commit f242919

Please sign in to comment.