-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Update installation-with-manifests.md #4090
Conversation
Fixes a typo in the GlobalConfiguration CRD step. Signed-off-by: Jodie Putrino <[email protected]>
Dependency Review✅ No vulnerabilities or license issues found.Scanned Manifest Files |
Codecov Report
@@ Coverage Diff @@
## main #4090 +/- ##
==========================================
+ Coverage 51.84% 51.87% +0.02%
==========================================
Files 59 59
Lines 16710 16710
==========================================
+ Hits 8664 8668 +4
+ Misses 7747 7745 -2
+ Partials 299 297 -2 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect this was a case of me intending to update an instance of "the Ingress Controller" to "NGINX Ingress Controller" and losing focus in the moment. Much appreciated!
Fixes a typo in the GlobalConfiguration CRD step. Signed-off-by: Jodie Putrino <[email protected]> Co-authored-by: Alan Dooley <[email protected]>
…#4097) This commit includes two small changes: the first is removing a line from the Hugo configuration file that was preventing the appropriate styling to occur for code blocks. The second is to fix an incorrectly closed table in the technical specifications page. The largest change is reformatting of the Installation with Manifests page. Multiple sections of the page now have horizontal lines to separate them visually: many instances of notes were replaced with the formal Hugo shortcode for notes. Indentation was also fixed in multiple places, with subheadings being used to create explicit flow where previously it was implicit. Finally, there are multiple instances of nouns being fixed, as well as certain portions of text being rephrased for clarity or conciseness. Signed-off-by: Jodie Putrino <[email protected]> --------- Signed-off-by: Jodie Putrino <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jodie Putrino <[email protected]> * Update installation-with-manifests.md (#4090) Fixes a typo in the GlobalConfiguration CRD step. Signed-off-by: Jodie Putrino <[email protected]> Co-authored-by: Alan Dooley <[email protected]> --------- Signed-off-by: Jodie Putrino <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jodie Putrino <[email protected]>
Fixes a typo in the GlobalConfiguration CRD step.
Proposed changes
Describe the use case and detail of the change. If this PR addresses an issue on GitHub, make sure to include a link to that issue here in this description (not in the title of the PR).
Checklist
Before creating a PR, run through this checklist and mark each as complete.