mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-29 12:02:47 +00:00
housekeeping
This commit is contained in:
BIN
manifests/Tekton/runs/.DS_Store
vendored
Normal file
BIN
manifests/Tekton/runs/.DS_Store
vendored
Normal file
Binary file not shown.
BIN
manifests/Tekton/runs/pipeline/.DS_Store
vendored
Normal file
BIN
manifests/Tekton/runs/pipeline/.DS_Store
vendored
Normal file
Binary file not shown.
16
manifests/Tekton/runs/pipeline/pipelineRun.yaml
Normal file
16
manifests/Tekton/runs/pipeline/pipelineRun.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: tekton.dev/v1alpha1
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
name: application-pipeline-run
|
||||
namespace: tekton-pipeline-istio-project-1
|
||||
spec:
|
||||
serviceAccountName: service-acc
|
||||
pipelineRef:
|
||||
name: application-pipeline
|
||||
resources:
|
||||
- name: git-master
|
||||
resourceRef:
|
||||
name: git-master
|
||||
- name: git-experimental
|
||||
resourceRef:
|
||||
name: git-experimental
|
28
manifests/Tekton/runs/task/create-repo-webhook.yaml
Normal file
28
manifests/Tekton/runs/task/create-repo-webhook.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
# https://medium.com/@nikhilthomas1/cloud-native-cicd-on-openshift-with-openshift-pipelines-tektoncd-pipelines-part-3-github-1db6dd8e8ca7
|
||||
apiVersion: tekton.dev/v1alpha1
|
||||
kind: TaskRun
|
||||
metadata:
|
||||
name: create-repo-webhook
|
||||
#namespace: stage-tekton-pipeline
|
||||
spec:
|
||||
taskRef:
|
||||
name: create-webhook
|
||||
inputs:
|
||||
params:
|
||||
- name: GitHubOrg
|
||||
value: "beppevanrolleghem"
|
||||
- name: GitHubUser
|
||||
value: "beppevanrolleghem"
|
||||
- name: GitHubRepo
|
||||
value: "cicdTest"
|
||||
- name: GitHubSecretName
|
||||
value: webhook-secret
|
||||
- name: GitHubAccessTokenKey
|
||||
value: token
|
||||
- name: GitHubSecretStringKey
|
||||
value: secret
|
||||
- name: ExternalDomain
|
||||
value: "ingress.llocal.host"
|
||||
timeout: 1000s
|
||||
serviceAccountName: service-acc
|
Reference in New Issue
Block a user