Skip to content

Commit

Permalink
Merge pull request #577 from accorvin/template-pvc
Browse files Browse the repository at this point in the history
Move workspace pvc to trigger template
  • Loading branch information
accorvin authored Dec 5, 2023
2 parents 214d4ee + 978a0e0 commit 1c06bdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ metadata:
spec:
workspaces:
- name: tables-list
persistentVolumeClaim:
claimName: tables-list-pvc
steps:
- name: get-tables-list
image: quay.io/opendatahub/trino:356
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ metadata:
spec:
workspaces:
- name: tables-list

tasks:
- name: get-all-partitioned-tables
taskRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ spec:
timeout: 10h0m0s
pipelineRef:
name: trino-partition-updater
workspaces:
- name: tables-list
persistentVolumeClaim:
claimName: tables-list-pvc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ metadata:
spec:
workspaces:
- name: tables-list
persistentVolumeClaim:
claimName: tables-list-pvc
steps:
- name: update-partition-metadata
image: quay.io/opendatahub/trino:356
Expand Down

0 comments on commit 1c06bdb

Please sign in to comment.