- 000
Is there a way to define a volumeClaimTemplate without the tekton-controller adding a suffix to the name? like in this pipelinerun spec
workspaces:
- name: shared-data
volumeClaimTemplate:
metadata:
name: abc
labels:
app: abc
spec:
accessModes:...