Skip to content

Commit

Permalink
Move cpu request spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kylape committed Jan 11, 2024
1 parent 6683067 commit 9f1b96d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .tekton/scanner-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ spec:
- name: workspace
workspace: workspace
- name: clamav-scan
computeResources:
requests:
cpu: 1
params:
- name: image-digest
value: $(tasks.build-container.results.IMAGE_DIGEST)
Expand Down Expand Up @@ -417,11 +420,6 @@ spec:
- name: git-auth
optional: true
taskRunTemplate: {}
taskRunSpecs:
- pipelineTaskName: clamav-scan
computeResources:
requests:
cpu: 1
workspaces:
- name: workspace
volumeClaimTemplate:
Expand Down

0 comments on commit 9f1b96d

Please sign in to comment.