Skip to content

Commit

Permalink
Merge pull request #2289 from Gregory-Pereira/bump-kubeval-check-memory
Browse files Browse the repository at this point in the history
doubling kubeval check memory limits and requires
  • Loading branch information
HumairAK authored Aug 24, 2022
2 parents 4cb2792 + eb23223 commit 5f1e562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ presubmits:
- "test-kubeval-validation"
resources:
requests:
memory: "256Mi"
memory: "512Mi"
cpu: "200m"
limits:
memory: "1Gi"
memory: "2Gi"
cpu: "1"

- name: pre-commit
Expand Down

0 comments on commit 5f1e562

Please sign in to comment.