add resources to init-containers #362
Reference in New Issue
Block a user
No description provided.
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of the change
Added resource limits and requests to init containers.
Benefits
With resources limits and requests set, init containers can not run out of resources.
Sanitizers ( example Popeye ) will no longer complain about resources requests/limits.
Possible drawbacks
This PR allows only the same requests and limits for all init containers. Each init container cannot has its own limits and requests set separately.
Checklist
values.yaml
and added to theREADME.md
using readme-generator-for-helmREADME.md
In general lgtm. Please provide a pull request description according to the pull request template.
done
LGTM
@emiliebiscuits Could you resolve the conflicts? After that, I think we can merge. Thanks again for your contribution!
LGTM, could be merged when conflicts are resolved.
superseded by #423 as OP seems inactive and we can't update the branch.
Pull request closed