Skip to content

Instantly share code, notes, and snippets.

@mgencur
Last active October 27, 2023 08:26
Show Gist options
  • Save mgencur/05363185ee4527dd41e0f0bb5d4e95f8 to your computer and use it in GitHub Desktop.
Save mgencur/05363185ee4527dd41e0f0bb5d4e95f8 to your computer and use it in GitHub Desktop.
Using "from: src"
source:
type: Image
images:
- from:
kind: ImageStreamTag
name: 'pipeline:src'
paths:
- sourcePath: /go/src/github.com/openshift-knative/eventing/.
destinationDir: .
Using "inputs.src.as: -src"
source:
type: Image
images:
- from:
kind: ImageStreamTag
name: 'pipeline:src'
as:
- src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment