mirror of
https://github.com/containers/podman.git
synced 2026-01-27 15:29:00 -05:00
initContainers in kubernetes deployments had no call to CompleteSpec in the generation, which means that the default environment is not configured for these. This causes issues with missing default environment variables like $HOME or $PÄTH. Also, switch to using logrus.Warn() instead of fmt.Fprintf(os.Stderr) This fixes https://github.com/containers/podman/issues/18384 Co-authored-by: Ed Santiago <santiago@redhat.com> Signed-off-by: Dan Čermák <dcermak@suse.com>