Skip to content

Commit 63e20f0

Browse files
committed
Moved events to a folder to make apply easier
1 parent 8c3a930 commit 63e20f0

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

.tekton/triggertemplate.yaml renamed to .tekton/events/trigger_template.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,5 @@ spec:
2929
value: image-registry.openshift-image-registry.svc:5000/$(context.pipelineRun.namespace)/$(tt.params.git-repo-name):$(tt.params.git-revision)
3030
workspaces:
3131
- name: pipeline-workspace
32-
volumeClaimTemplate:
33-
spec:
34-
accessModes:
35-
- ReadWriteOnce
36-
resources:
37-
requests:
38-
storage: 500Mi
32+
persistentVolumeClaim:
33+
claimName: pipeline-pvc

0 commit comments

Comments
 (0)