openshift / sandboxed-containers-operator

An operator to enhance an Openshift/Kubernetes cluster to support running sandboxed containers
Apache License 2.0
36 stars 41 forks source link

podvm: Fix payload image override #425

Closed bpradipt closed 2 months ago

bpradipt commented 2 months ago

The payload image override was incorrectly done for both create and delete jobs. The payload image is used via initContainer and applicable only for the create job. It must not be set for delete job as the delete job spec doesn't have initContainer in the spec.

openshift-ci[bot] commented 2 months ago

@bpradipt: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/check 9698aa819fb35ffb592946e7ed855a251622cd03 link false /test check

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).