Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unmarshaling slice of objects in yaml config #786

Merged
merged 2 commits into from
Mar 25, 2024

Conversation

FZambia
Copy link
Member

@FZambia FZambia commented Mar 17, 2024

Proposed changes

Fixes unexpected end of JSON input when unmarshalling slice of objects in YAML config. For example, the following config results into such error:

namespaces:
  - name: "test"

@FZambia FZambia merged commit ec11eac into master Mar 25, 2024
4 checks passed
@FZambia FZambia deleted the fix_yaml_slice_decode branch March 25, 2024 16:25
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.

1 participant