mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-25 17:57:54 +00:00
Merge pull request #16698 from rhatdan/wait
Init containers should not be restarted
This commit is contained in:
commit
ecd33d0c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue