Merge pull request #16698 from rhatdan/wait

Init containers should not be restarted
This commit is contained in:
OpenShift Merge Robot
2022-12-09 13:57:14 -05:00
committed by GitHub

View File

@ -639,7 +639,7 @@ func (ic *ContainerEngine) playKubePod(ctx context.Context, podName string, podY
PodInfraID: podInfraID,
PodName: podName,
PodSecurityContext: podYAML.Spec.SecurityContext,
RestartPolicy: ctrRestartPolicy,
RestartPolicy: define.RestartPolicyNo,
SeccompPaths: seccompPaths,
SecretsManager: secretsManager,
UserNSIsHost: p.Userns.IsHost(),