-
Notifications
You must be signed in to change notification settings - Fork 1
/
pipeline-run.yaml
36 lines (32 loc) · 1.1 KB
/
pipeline-run.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
apiVersion: tekton.dev/v1beta1
kind: PipelineRun
metadata:
generateName: build-and-deploy-run-xx
namespace: rhde-dev-instance
spec:
timeout: 24h
serviceAccountName: pipeline
pipelineRef:
name: build-and-deploy
workspaces:
- name: scratch
persistentVolumeClaim:
claimName: pipelines-test
params:
- name: git-url
value: https://github.com/bdherouville/redhat-edge-ai-industrial-demo.git
- name: IMAGE
value: image-registry.openshift-image-registry.svc:5000/rhde-dev-instance/redhat-edge-ai-industrial-demo:latest
- name: buildahPlatforms
value:
- linux/amd64 #linux/x86_64
- linux/arm64/v8
- name: outputContainerImage
value: registry-quay-quay.apps.lab.example.com/admin/redhat-edge-ai-industrial-demo
- name: BUILD_DIR
value: container-development
- name: tlsVerify
value: "false"
# registry-quay-quay.apps.cpjdz.dynamic.opentlc.com/admin/redhat-edge-ai-industrial-demo
# registry-quay-quay.apps.lab.example.com/admin/redhat-edge-ai-industrial-demo
# registry-quay-quay.apps.rhel-edge.sandbox1709.opentlc.com