-
Notifications
You must be signed in to change notification settings - Fork 21
"Remove Metadata Clutter" doesn't preseve order of resources, adds namespaces and turns "---" into "------" #818
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
Comments
the doubling of the separator public <T> String asYaml(T object) {
DumpSettings settings = DumpSettings.builder()
==> .setExplicitStart(true)
.setDefaultFlowStyle(FlowStyle.BLOCK).build();
We can therefore drop explicitly inserting that. |
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 27, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 27, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 28, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 28, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 28, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 28, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 28, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 28, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 28, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 28, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 28, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 28, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
to adietish/intellij-kubernetes
that referenced
this issue
Jan 28, 2025
) Signed-off-by: Andre Dietisheim <[email protected]>
adietish
added a commit
that referenced
this issue
Jan 28, 2025
Signed-off-by: Andre Dietisheim <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related to:
follows up on:
Steps:
Result:
Service
before theDeployment
Service
and theDeployment
, both get anamespace
property added (which they didnt have before):---
is now------
which makes the whole document marked with errorsThe text was updated successfully, but these errors were encountered: