When using a containerMode of 'kubernetes-novolume', the k8s-novolume hook script creates an init container called 'fs-init'. It is not currently possible to set the resource requests and limits for this container, which breaks deployment on infrastructures that require them to be declared.
Additionally it does not appear to be practical to override the entire 'fs-init' init container as its definition is conditional.
Ideally, it would be possible to override similar to the job container - by merging pod template definitions
When using a containerMode of 'kubernetes-novolume', the k8s-novolume hook script creates an init container called 'fs-init'. It is not currently possible to set the resource requests and limits for this container, which breaks deployment on infrastructures that require them to be declared.
Additionally it does not appear to be practical to override the entire 'fs-init' init container as its definition is conditional.
Ideally, it would be possible to override similar to the job container - by merging pod template definitions