mirror of
https://github.com/bvanroll/cicdTest.git
synced 2025-08-30 04:22:49 +00:00
docker laten werken hiermee is zo moeilijk
This commit is contained in:
20
manifests/tasks/test-run.yaml
Normal file
20
manifests/tasks/test-run.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: tekton.dev/v1alpha1
|
||||
kind: TaskRun
|
||||
metadata:
|
||||
name: test-run
|
||||
spec:
|
||||
serviceAccountName: tutorial-service
|
||||
taskRef:
|
||||
name: build-and-push
|
||||
inputs:
|
||||
resources:
|
||||
- name: git-source
|
||||
resourceRef:
|
||||
name: git
|
||||
params:
|
||||
- name: pathToContext
|
||||
value: /serverA/ #configure: may change according to your source
|
||||
- name: imageUrl
|
||||
value: "server-a"
|
||||
- name: imageTag
|
||||
value: "latest"
|
Reference in New Issue
Block a user