mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
Add a new field `ExitCodePropagation` field to allow for configuring the newly added functionality of controlling how the main PID of a kube service exits. Jira: issues.redhat.com/browse/RUN-1776 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
[Kube]
|
|
Yaml=/opt/k8s/deployment.yml
|
|
|
|
## assert-podman-args "--service-exit-code-propagation=all"
|
|
ExitCodePropagation=all
|