mirror of https://github.com/k3s-io/k3s
Fix missing 'break'
parent
77a1199b6c
commit
9a84e413fc
|
@ -559,6 +559,7 @@ func (asw *actualStateOfWorld) GetAttachedVolumesForNode(
|
||||||
attachedVolumes = append(
|
attachedVolumes = append(
|
||||||
attachedVolumes,
|
attachedVolumes,
|
||||||
getAttachedVolume(&volumeObj, &nodeObj))
|
getAttachedVolume(&volumeObj, &nodeObj))
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue