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

kapitan not sorting json output for kadet #742

Open
ademariag opened this issue Jun 18, 2021 · 1 comment
Open

kapitan not sorting json output for kadet #742

ademariag opened this issue Jun 18, 2021 · 1 comment
Assignees
Labels
enhancement enhancement to an existing feature Stale

Comments

@ademariag
Copy link
Contributor

Describe the bug/feature
When using kadet with the json output, the resulting file is not sorted. This is inconsistent with the yaml output version.

For instance the following:

obj.root.b = 1
obj.root.a = 2

outputs

{
"b": 1,
"a": 2
}

expecter

{
"a": 2,
"b": 1
}

Additional context
https://kubernetes.slack.com/archives/C981W2HD3/p1624026461117700

@ademariag ademariag changed the title Kadet not sorting json output kapitan not sorting json output for kadet Jun 18, 2021
@ramaro ramaro self-assigned this Jun 18, 2021
@ramaro ramaro added the enhancement enhancement to an existing feature label Jun 18, 2021
Copy link

This issue is stale because it has been open for 1 year with no activity.
Remove the stale label or comment if this issue is still relevant for you.
If not, please close it yourself.

@github-actions github-actions bot added the Stale label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement to an existing feature Stale
Projects
None yet
Development

No branches or pull requests

2 participants