mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Remove unused return statement in kube volume code
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -220,7 +220,6 @@ func containerToV1Container(c *Container) (v1.Container, error) {
|
||||
return kubeContainer, err
|
||||
}
|
||||
kubeContainer.VolumeMounts = volumes
|
||||
//return kubeContainer, errors.Wrapf(ErrNotImplemented, "volume names")
|
||||
}
|
||||
|
||||
envVariables, err := libpodEnvVarsToKubeEnvVars(c.config.Spec.Process.Env)
|
||||
|
Reference in New Issue
Block a user