-
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
Fix mountPath directory for NAP5 policy documentation #7191
Conversation
This commit updates the path for the volumeMounts shown in the NAP5 compile documentation to use the newest convention, and also adds a missing parameter from the `kubectl cp` example at the end of the page. Issue reported by Fabrizio Fiorucci, as it can cause confusion and possible error for a reader following along and reading the NAP documentation concurrently.
for more information, see https://pre-commit.ci
✅ Deploy Preview will be available once build job completes!
|
Fabrizio has indicated that a user will also need to copy a logging profile bundle as part of this process. The final section of this page is written in a generic enough way to show the user what command to use: they're expected to know what they need to copy. The logging profile bundle isn't actually mentioned anywhere in the existing text, so I'm unsure what modifications would need to be made for it to have the correct context. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7191 +/- ##
=======================================
Coverage 52.73% 52.73%
=======================================
Files 89 89
Lines 20843 20843
=======================================
Hits 10992 10992
Misses 9394 9394
Partials 457 457 ☔ View full report in Codecov by Sentry. |
* Fix mountPath directory for NAP5 policy documentation This commit updates the path for the volumeMounts shown in the NAP5 compile documentation to use the newest convention, and also adds a missing parameter from the `kubectl cp` example at the end of the page. Issue reported by Fabrizio Fiorucci, as it can cause confusion and possible error for a reader following along and reading the NAP documentation concurrently. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jakub Jarosz <[email protected]>
Proposed changes
This commit updates the path for the volumeMounts shown in the NAP5 compile documentation to use the newest convention, and also adds a missing parameter from the
kubectl cp
example at the end of the page.Issue reported by Fabrizio Fiorucci, as it can cause confusion and possible error for a reader following along and reading the NAP documentation concurrently.
Checklist
Before creating a PR, run through this checklist and mark each as complete.