Skip to content

Commit

Permalink
Fix yaml lint issyes
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Sep 2, 2024
1 parent 591ebd4 commit b159d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions task/buildah-min/0.1/patch.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- op: replace
path: /metadata/name
value: buildah-min
#build step
# build step
- op: replace
path: /spec/steps/0/computeResources/limits/memory
value: 4Gi
Expand All @@ -11,4 +11,3 @@
- op: replace
path: /spec/steps/0/computeResources/requests/cpu
value: 100m

2 changes: 1 addition & 1 deletion task/buildah-min/0.2/patch.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- op: replace
path: /metadata/name
value: buildah-min
#build step
# build step
- op: replace
path: /spec/steps/0/computeResources/limits/memory
value: 4Gi
Expand Down

0 comments on commit b159d6e

Please sign in to comment.