Skip to content

Commit fbaa120

Browse files
committed
Correct typo in memory request and limit
1 parent 0f521e0 commit fbaa120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/jobs/kubernetes/sig-security/cve-feed-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ presubmits:
1818
resources:
1919
limits:
2020
cpu: 1
21-
memory: "256m"
21+
memory: "256Mi"
2222
requests:
2323
cpu: 1
24-
memory: "256m"
24+
memory: "256Mi"

0 commit comments

Comments
 (0)