Skip to content

Conversation

@csviri
Copy link
Contributor

@csviri csviri commented Aug 22, 2025

What is the purpose of the change

Fixes serialization of array values:

a: 1
b: 
  c: [1,2]

now becomes:

a: 1
b.c: 1;2

This change added tests;

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): no
  • The public API, i.e., is any changes to the CustomResourceDescriptors: no
  • Core observer or reconciler logic that is regularly executed: yes

Documentation

  • Does this pull request introduce a new feature? no
  • If yes, how is the feature documented? not applicable

csviri added 2 commits August 22, 2025 11:18
Signed-off-by: Attila Mészáros <[email protected]>
Signed-off-by: Attila Mészáros <[email protected]>
@gyfora gyfora merged commit 7880a11 into apache:main Aug 22, 2025
117 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants