Skip to content

Commit 2d1d17f

Browse files
authored
Fix memory limit in manager.yaml (#398)
This is to match the previous change in the CSV, to prevent it being lost
1 parent 0653555 commit 2d1d17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
resources:
4343
limits:
4444
cpu: 200m
45-
memory: 256Mi
45+
memory: 512Mi
4646
requests:
4747
cpu: 100m
4848
memory: 64Mi

0 commit comments

Comments
 (0)