Skip to content

Commit 5312b65

Browse files
authored
Merge pull request #35499 from tabbysable/millibytes-lol
Fix CVE feed test job
2 parents 0f521e0 + fbaa120 commit 5312b65

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)