initial commit
This commit is contained in:
11
dev/tekton/examples/triggers/simple/task-hello.yaml
Executable file
11
dev/tekton/examples/triggers/simple/task-hello.yaml
Executable file
@@ -0,0 +1,11 @@
|
||||
apiVersion: tekton.dev/v1beta1
|
||||
kind: Task
|
||||
metadata:
|
||||
name: hello
|
||||
spec:
|
||||
steps:
|
||||
- name: echo
|
||||
image: alpine
|
||||
script: |
|
||||
#!/bin/sh
|
||||
echo "Hello World"
|
||||
Reference in New Issue
Block a user