Skip to content

Commit

Permalink
Fixed ResourceLimits field name
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Aug 22, 2024
1 parent be50a87 commit a6631a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/k8sres_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3028,7 +3028,7 @@ func TestGenerateResourceRequirements(t *testing.T) {
},
},
expectedResources: acidv1.Resources{
ResourceRequests: acidv1.ResourceDescription{CPU: k8sutil.StringToPointer("5m"), Memory: k8sutil.StringToPointer("5Mi")},
ResourceLimits: acidv1.ResourceDescription{CPU: k8sutil.StringToPointer("5m"), Memory: k8sutil.StringToPointer("5Mi")},
},
},
{
Expand Down

0 comments on commit a6631a8

Please sign in to comment.