camel-k
camel-k copied to clipboard
Give configurable SizeLimit to emptyDir volumes in mount trait
Requirement
As part of the fix for issue #5752 a default SizeLimit is provided on the emptyDir volumes from the mount trait. Ideally this would be configurable by the user.
Problem
Currently there's no way to configure this as it's a default (1Gi) which may be too high of a default for some users.
Proposal
Add some pattern to the trait mount.empty-dir that allows the parsing of an additional field, SizeLimit
Open questions
No response
I understand you're working on this right, can I assign the issue?