Skip to content

Fix #145: Add missing configuration for Max allowed resources.

This configuration is necessary for the evaluateMaxResourceOverwrite from the executors/kubernetes/overwites.go: https://gitlab.com/gitlab-org/gitlab-runner/-/blob/master/executors/kubernetes/overwrites.go#L182.

Without setting the maximum allowed for each of the resources, setting allowed overrides is disabled.

Fix #145

Merge request reports