vendor c/common@main

Required for using the newly added pod exit policies.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2022-04-29 13:13:39 +02:00
parent 80315b9c86
commit 77d872ea38
16 changed files with 1185 additions and 10 deletions

View File

@ -388,6 +388,8 @@ func defaultConfigFromMemory() (*EngineConfig, error) {
c.MachineEnabled = false
c.ChownCopiedFiles = true
c.PodExitPolicy = defaultPodExitPolicy
return c, nil
}