Do not update PVC if it already has updated size

This commit is contained in:
Hemant Kumar
2022-03-08 16:11:49 -05:00
parent c0fbd83cde
commit 7a43406138
15 changed files with 514 additions and 439 deletions

View File

@@ -495,7 +495,6 @@ func (spec *Spec) IsKubeletExpandable() bool {
return spec.PersistentVolume.Spec.FlexVolume != nil
default:
return false
}
}