-
Notifications
You must be signed in to change notification settings - Fork 62
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
RHOAIENG-15242: ref(manifests): add some newlines and indentation into the json strings with package version information #760
Conversation
…o the json strings with package version information Previously, we used to have every json string on a single line, which meant we had long hard-to-read lines in our manifests. Now there is some human-friendly indentation in the files so it should be easier to read. This is to nave no impact on the data stored, it is a code formatting change only.
/lgtm |
/lgtm However, I was checking the test instructions and you mentioned this:
What are you talking about? Did i miss something? I search for |
/lgtm TY! |
It's in a comment in a Jira,
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jiridanek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/override ci/prow/images |
@jiridanek: Overrode contexts on behalf of jiridanek: ci/prow/images In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
https://issues.redhat.com/browse/RHOAIENG-15242
Description
Previously, we used to have every json string on a single line, which meant we had long hard-to-read lines in our manifests. Now there is some human-friendly indentation in the files so it should be easier to read.
This is to have no impact on the data stored, it is a code formatting change only.
How Has This Been Tested?
I've ran the sample code from a comment on https://issues.redhat.com/browse/RHOAIENG-15333 that extracts and formats the installed software fields as a Markdown table. I then compared the outputs before and after this change, and looked for differences.
Then I took the manifests and deployed them on some cluster
and then I also remembered to do it with overlays/additional images.
Merge criteria: