mmmmmmmmmmmmmmmmmmmmmmm

This commit is contained in:
2020-03-23 13:11:13 +01:00
parent 998358fe5e
commit 1e021f00d7
7 changed files with 78 additions and 164 deletions

View File

@@ -0,0 +1,20 @@
---
apiVersion: tekton.dev/v1alpha1
kind: TaskRun
metadata:
name: build-and-push-run
namespace: tekton-pipeline-1
spec:
taskRef:
name: build-and-push
params:
- name: image-name
value: "voorbeeldnaam"
- name: version
value: "voorbeeldversion"
workspaces:
- name: source
persistentVolumeClaim:
claimName: workspace
serviceAccountName: service-acc