Skip to content

Instantly share code, notes, and snippets.

@mcasperson
Created March 5, 2020 20:40
Show Gist options
  • Select an option

  • Save mcasperson/3ab17875de4a8eab29d23df06df4a281 to your computer and use it in GitHub Desktop.

Select an option

Save mcasperson/3ab17875de4a8eab29d23df06df4a281 to your computer and use it in GitHub Desktop.
Tekton Task
apiVersion: tekton.dev/v1alpha1
kind: Task
metadata:
name: echo-hello-world
spec:
steps:
- name: echo
image: ubuntu
command:
- echo
args:
- "Hello World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment