Actually use 'dockerdContainerResources' to set resources on the dind container (#273)

This commit is contained in:
Jonas Lergell 2021-01-29 01:18:28 +01:00 committed by GitHub
parent 42c7d0489d
commit 6c64ae6a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -504,6 +504,7 @@ func (r *RunnerReconciler) newPod(runner v1alpha1.Runner) (corev1.Pod, error) {
SecurityContext: &corev1.SecurityContext{
Privileged: &privileged,
},
Resources: runner.Spec.DockerdContainerResources,
})
}