Compare commits
3 Commits
eb72fad1a4
...
fix_tekton
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d1a8a989f7
|
||
|
|
97d5adca56
|
||
|
|
f4046db402
|
@@ -7,6 +7,7 @@ spec:
|
|||||||
pipeline: "2h0m0s"
|
pipeline: "2h0m0s"
|
||||||
tasks: "1h0m0s"
|
tasks: "1h0m0s"
|
||||||
finally: "0h30m0s"
|
finally: "0h30m0s"
|
||||||
|
# serviceAccountName: build-bot
|
||||||
taskRunTemplate:
|
taskRunTemplate:
|
||||||
serviceAccountName: build-bot
|
serviceAccountName: build-bot
|
||||||
pipelineSpec:
|
pipelineSpec:
|
||||||
@@ -54,14 +55,18 @@ spec:
|
|||||||
resolver: git
|
resolver: git
|
||||||
params:
|
params:
|
||||||
- name: url
|
- name: url
|
||||||
value: https://code.fizz.buzz/mirror/catalog.git # mirror of https://github.com/tektoncd/catalog.git
|
value: https://code.fizz.buzz/mirror/git-clone.git # mirror of https://github.com/tektoncd-catalog/git-clone.git
|
||||||
|
# - name: revision
|
||||||
|
# value: c3498c69cf6de9583e1c667e723fd8626af1b33c
|
||||||
- name: revision
|
- name: revision
|
||||||
value: df36b3853a5657fd883015cdbf07ad6466918acf
|
value: "v1.7.0"
|
||||||
- name: pathInRepo
|
- name: pathInRepo
|
||||||
value: task/git-clone/0.9/git-clone.yaml
|
value: task/git-clone/git-clone.yaml
|
||||||
workspaces:
|
workspaces:
|
||||||
- name: output
|
- name: output
|
||||||
workspace: git-source
|
workspace: git-source
|
||||||
|
- name: ssh-directory
|
||||||
|
workspace: ssh-credentials
|
||||||
params:
|
params:
|
||||||
- name: url
|
- name: url
|
||||||
value: $(params.REPO_URL)
|
value: $(params.REPO_URL)
|
||||||
@@ -306,6 +311,7 @@ spec:
|
|||||||
- name: git-source
|
- name: git-source
|
||||||
- name: docker-credentials
|
- name: docker-credentials
|
||||||
- name: cargo-cache
|
- name: cargo-cache
|
||||||
|
- name: ssh-credentials
|
||||||
workspaces:
|
workspaces:
|
||||||
- name: git-source
|
- name: git-source
|
||||||
volumeClaimTemplate:
|
volumeClaimTemplate:
|
||||||
@@ -323,6 +329,9 @@ spec:
|
|||||||
- name: docker-credentials
|
- name: docker-credentials
|
||||||
secret:
|
secret:
|
||||||
secretName: harbor-plain
|
secretName: harbor-plain
|
||||||
|
- name: ssh-credentials
|
||||||
|
secret:
|
||||||
|
secretName: git-credentials
|
||||||
params:
|
params:
|
||||||
- name: image-name
|
- name: image-name
|
||||||
value: "harbor.fizz.buzz/private/organic-development-format"
|
value: "harbor.fizz.buzz/private/organic-development-format"
|
||||||
|
|||||||
Reference in New Issue
Block a user