This commit is contained in:
23
_apps/mariadb/tekton-image-build-mariadb.yaml
Normal file
23
_apps/mariadb/tekton-image-build-mariadb.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
name: img-mariadb
|
||||
spec:
|
||||
pipelineRef:
|
||||
name: kaniko-pipeline
|
||||
params:
|
||||
- name: git-url
|
||||
value: http://git-ui.lan/chaos/kubernetes.git
|
||||
- name: git-revision
|
||||
value: master
|
||||
- name: path-to-image-context
|
||||
value: apps/mariadb/mariadb
|
||||
- name: path-to-dockerfile
|
||||
value: apps/mariadb/mariadb/Dockerfile
|
||||
- name: image-name
|
||||
value: cr.lan/mariadb
|
||||
workspaces:
|
||||
- name: git-source
|
||||
persistentVolumeClaim:
|
||||
claimName: tektoncd-workspaces
|
||||
subPath: tekton/mariadb
|
||||
Reference in New Issue
Block a user