Skip to content

Commit

Permalink
Merge pull request #31 from rnc/PREBUILD
Browse files Browse the repository at this point in the history
Remove workspace
  • Loading branch information
rnc authored Feb 21, 2025
2 parents 4ca0b78 + 5dd5951 commit 54d449a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/main/resources/pipeline-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@ spec:
params:
- name: url
value: ""
workspaces:
- name: source
# TODO: If we have a custom git step we can share this with prebuild thereby eliminating the need for a volumeClaimTemplate
#
# emptyDir: {} - does not share the data between tasks
# When the volume is created from a template in a PipelineRun or TaskRun it will be deleted when the PipelineRun or TaskRun is deleted.
volumeClaimTemplate:
metadata:
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
status: {}
params:
# TODO: Should PNC set both limits and requests? See
# https://home.robusta.dev/blog/kubernetes-memory-limit
Expand Down

0 comments on commit 54d449a

Please sign in to comment.