mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-12-12 11:36:10 +00:00
mmmmmmmmmmmmmmmmmmmmmmm
This commit is contained in:
20
Tekton/runs/task/build-and-push-run.yaml
Normal file
20
Tekton/runs/task/build-and-push-run.yaml
Normal 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
|
||||
Reference in New Issue
Block a user