-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample1.yaml
More file actions
31 lines (27 loc) · 810 Bytes
/
example1.yaml
File metadata and controls
31 lines (27 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# For a full description of workflow syntax, see
# https://relay.sh/docs/reference/relay-workflows/
apiVersion: v1
summary: Foo the bar and back
description: This workflow looks at all of the bars and foos with them
homepage: https://github.com/puppetlabs/relay-workflows/tree/master/foo-bar
tags:
- example
parameters:
message:
description: "Something to output from the template step"
default: "Workflow default"
webhook:
description: "The contents of the webhook handled by the template trigger"
triggers:
name: template-trigger
source: webhook
image: myregistryuser/foobar-trigger-template
binding:
parameters:
webhook: !Data webhook
steps:
name: template-step
image: myregistryuser/foobar-step-template
spec:
parameters:
message: !Parameter message