We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb6600e commit f242919Copy full SHA for f242919
.chloggen/3281-marshal-config.yaml
@@ -13,4 +13,10 @@ issues: [3281]
13
# (Optional) One or more lines of additional information to render under the primary note.
14
# These lines will be padded with 2 spaces and then inserted directly into the document.
15
# Use pipe (|) for multiline entries.
16
-subtext:
+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