mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 19:50:30 +00:00
Always restart container
This commit is contained in:
@@ -192,7 +192,7 @@ func (r *RunnerReconciler) newPod(runner v1alpha1.Runner) (corev1.Pod, error) {
|
||||
Namespace: runner.Namespace,
|
||||
},
|
||||
Spec: corev1.PodSpec{
|
||||
RestartPolicy: "OnFailure",
|
||||
RestartPolicy: "Always",
|
||||
Containers: []corev1.Container{
|
||||
{
|
||||
Name: "runner",
|
||||
|
||||
Reference in New Issue
Block a user