tekton for the masses
This commit is contained in:
12
apps/tekton/task-hello-world.yaml
Normal file
12
apps/tekton/task-hello-world.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: Task
|
||||
metadata:
|
||||
name: hello
|
||||
spec:
|
||||
steps:
|
||||
- name: hello
|
||||
image: debian
|
||||
command:
|
||||
- echo
|
||||
args:
|
||||
- "Hello World!"
|
||||
Reference in New Issue
Block a user