Skip to content

Instantly share code, notes, and snippets.

@mcasperson
Last active March 5, 2020 21:55
Show Gist options
  • Save mcasperson/dd8850f66f629266390d2746d7403198 to your computer and use it in GitHub Desktop.
Save mcasperson/dd8850f66f629266390d2746d7403198 to your computer and use it in GitHub Desktop.
Tekton PipelineResource
apiVersion: tekton.dev/v1alpha1
kind: PipelineResource
metadata:
name: randomquotes-image
spec:
type: image
params:
- name: url
value: registry.container-registry.svc.cluster.local:5000/randomquotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment