mirror of
https://github.com/containers/podman.git
synced 2025-09-17 23:18:39 +08:00

This PR fixes nil pointer dereference for configmap optional parameter. When optional parameter is not passed, the code tried to acces the parameter which caused nil pointer dereference. Signed-off-by: Ondra Machacek <omachace@redhat.com>