Skip to content

Commit

Permalink
fixes argoproj#12961. Add example of standard output of a step as out…
Browse files Browse the repository at this point in the history
…put parameter
  • Loading branch information
Sandeep Khurana committed Apr 22, 2024
1 parent f359041 commit 6047a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/walk-through/output-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
template: print-message
arguments:
parameters:
# Pass the hello-param output from the generate-parameter step as the message input to print-message
# Pass the stdout from the generate-parameter step as the message input to print-message
- name: message
value: "{{steps.generate-parameter.outputs.result}}"

Expand All @@ -99,4 +99,4 @@ spec:
image: docker/whalesay:latest
command: [cowsay]
args: ["{{inputs.parameters.message}}"]
```
```

0 comments on commit 6047a46

Please sign in to comment.