[helmchart] customize dind container resources limits
Currently dind container has no resources key, it causes difficulties at monitoring self-hosted runners usage.
This PR is about customizing dind container's resource limit by users taste and also it has default value as same as github hosted runners for private repositories.
also covered here: https://github.com/actions/actions-runner-controller/pull/3645. no reaction from the maintainers for months...
We can now customise resource limits at the pod level: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#pod-level-resource-specification
Maybe that helps alleviate your need for this? As it did for me