Skip to content

Commit

Permalink
fix: lower resource consumption for tekton 28.0.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket authored Jun 13, 2022
1 parent 4f6e775 commit 4e031c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/git-clone/git-clone-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ spec:
name: jx-boot-job-env-vars
optional: true
name: ""
resources: {}
resources:
limits: {}
steps:
- envFrom:
- secretRef:
Expand Down

0 comments on commit 4e031c0

Please sign in to comment.