nginx/pipeline/pipeline-run.yaml
2021-06-29 03:52:58 +01:00

23 lines
505 B
YAML

apiVersion: tekton.dev/v1alpha1
kind: PipelineRun
metadata:
name: cdci-nginx
namespace: cdci-librecloud-online
spec:
serviceAccountName: build-bot
pipelineRef:
name: cdci-nginx
# podTemplate:
#volumes:
#- name: cdci-volume
# #emptyDir: {}
# persistentVolumeClaim:
# claimName: cdci-nginx-pvc
resources:
- name: source-repo
resourceRef:
name: librecloud-nginx-git
- name: target-image
resourceRef:
name: librecloud-nginx-img