Skip to content

Commit

Permalink
docs: Remove misleading argument in workflow template dag examples. (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Ortan committed Aug 11, 2020
1 parent f8053ae commit 2fc1ac8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions examples/cluster-workflow-template/cluster-wftmpl-dag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ spec:
name: cluster-workflow-template-inner-dag
template: inner-diamond
clusterScope: true
arguments:
parameters:
- name: message
value: C
- name: D
dependencies: [B, C]
templateRef:
Expand Down
4 changes: 0 additions & 4 deletions examples/workflow-template/dag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ spec:
templateRef:
name: workflow-template-inner-dag
template: inner-diamond
arguments:
parameters:
- name: message
value: C
- name: D
dependencies: [B, C]
templateRef:
Expand Down

0 comments on commit 2fc1ac8

Please sign in to comment.