Skip to content

Commit

Permalink
Fix one more occurence
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimansk committed Feb 28, 2024
1 parent ef078a6 commit ee9bc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scenario_config-volumes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func setupTestPvc(t *testing.T, pvcName string) {
ObjectMeta: metav1.ObjectMeta{Name: pvcName},
Spec: corev1.PersistentVolumeClaimSpec{
AccessModes: []corev1.PersistentVolumeAccessMode{corev1.ReadWriteOnce},
Resources: corev1.ResourceRequirements{
Resources: corev1.VolumeResourceRequirements{
Requests: corev1.ResourceList{},
},
},
Expand Down

0 comments on commit ee9bc3a

Please sign in to comment.