-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore(deployment): enable readOnlyRootFilesystem #190
chore(deployment): enable readOnlyRootFilesystem #190
Conversation
This resolves KSV014 from trivy. Is also required by guideline: https://eclipse-tractusx.github.io/docs/release/trg-4/trg-4-07/#why Refs: eclipse-tractusx#189
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.
LGTM 👍
@adkumar1 please review and let me know once I should merge
LGTM |
There are no DEPENDENCIES file related changes with this PR. |
Removed it. As maintainer you can also edit PR. I make against this repository. |
Please ping me if there is something missing in this PR. Thank you! |
@adkumar1 I will go ahead with the merge, ok? |
Yes, good to go |
Why
Description
Activate readOnlyRootFilesystem setting in helm values.
Mount temporary directory to allow writes.
Fixes: #189
Pre-review checks