• Joel Smith's avatar
    Fix nested volume mounts for read-only API data volumes · 60c7ebf6
    Joel Smith authored
    Since the runtime may try to create mount points within
    the sandbox, it will fail if the mount point is within
    a read-only API data volume, like a secret or configMap
    volume.
    
    Create any needed mount points during volume setup.
    60c7ebf6
nested_volumes.go 3.39 KB