Skip to content

Commit

Permalink
fix: Revert the unwanted change in example (#5139)
Browse files Browse the repository at this point in the history
* fix: Revert the unwanted change in the example

Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
  • Loading branch information
sarabala1979 committed Feb 18, 2021
1 parent 1c79212 commit 2ab02d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
10 changes: 0 additions & 10 deletions docs/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -1650,8 +1650,6 @@ Synchronization holds synchronization lock configuration
- [`synchronization-tmpl-level.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/synchronization-tmpl-level.yaml)

- [`synchronization-wf-level.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/synchronization-wf-level.yaml)

- [`templates.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/workflow-template/templates.yaml)
</details>

### Fields
Expand Down Expand Up @@ -2187,8 +2185,6 @@ SynchronizationStatus stores the status of semaphore and mutex.
- [`synchronization-tmpl-level.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/synchronization-tmpl-level.yaml)

- [`synchronization-wf-level.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/synchronization-wf-level.yaml)

- [`templates.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/workflow-template/templates.yaml)
</details>

### Fields
Expand Down Expand Up @@ -2525,8 +2521,6 @@ SemaphoreRef is a reference of Semaphore
- [`synchronization-tmpl-level.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/synchronization-tmpl-level.yaml)

- [`synchronization-wf-level.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/synchronization-wf-level.yaml)

- [`templates.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/workflow-template/templates.yaml)
</details>

### Fields
Expand Down Expand Up @@ -3216,8 +3210,6 @@ _No description available_
- [`synchronization-tmpl-level.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/synchronization-tmpl-level.yaml)

- [`synchronization-wf-level.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/synchronization-wf-level.yaml)

- [`templates.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/workflow-template/templates.yaml)
</details>

### Fields
Expand Down Expand Up @@ -4686,8 +4678,6 @@ Selects a key from a ConfigMap.
- [`synchronization-tmpl-level.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/synchronization-tmpl-level.yaml)

- [`synchronization-wf-level.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/synchronization-wf-level.yaml)

- [`templates.yaml`](https://github.com/argoproj/argo-workflows/blob/master/examples/workflow-template/templates.yaml)
</details>

### Fields
Expand Down
5 changes: 0 additions & 5 deletions examples/workflow-template/templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ spec:
command: [cowsay]
args: ["{{inputs.parameters.message}}"]
- name: inner-steps
synchronization:
semaphore:
configMapKeyRef:
name: my-config
key: template
steps:
- - name: inner-hello1
templateRef:
Expand Down

0 comments on commit 2ab02d9

Please sign in to comment.