Skip to content

Commit

Permalink
Actually use 'dockerdContainerResources' to set resources on the dind…
Browse files Browse the repository at this point in the history
… container (#273)
  • Loading branch information
thrawny authored Jan 29, 2021
1 parent 42c7d04 commit 6c64ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/runner_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ func (r *RunnerReconciler) newPod(runner v1alpha1.Runner) (corev1.Pod, error) {
SecurityContext: &corev1.SecurityContext{
Privileged: &privileged,
},
Resources: runner.Spec.DockerdContainerResources,
})

}
Expand Down

0 comments on commit 6c64ae6

Please sign in to comment.