-
Notifications
You must be signed in to change notification settings - Fork 166
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
feat: Mount path /tmp as emptyDir volume #3218
Conversation
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3218 +/- ##
=======================================
Coverage 51.40% 51.40%
=======================================
Files 288 288
Lines 26108 26108
=======================================
Hits 13421 13421
Misses 11961 11961
Partials 726 726 ☔ View full report in Codecov by Sentry. |
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.
Thank you @ggogel!
Co-authored-by: Kent Rancourt <[email protected]>
Closes #3150
Mounting an emptyDir volume to the path
/tmp
, which Kargo uses as target for cloning git repositories. This allows enabling the securityContext readOnlyRootFilesystem.I deployed the chart to our test environment and tested it with the quickstart tutorial from the docs.