Skip to content

Commit

Permalink
docs: Fix a copy-paste typo in the docs (argoproj#4357)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ruoss committed Oct 23, 2020
1 parent b76246e commit c237f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Currently, the following organizations are **officially** using Argo Workflows:
1. [Threekit](https://www.threekit.com/)
1. [Tiger Analytics](https://www.tigeranalytics.com/)
1. [Tulip](https://tulip.com/)
1. [UFirstGroup](https://www.ufirstgroup.com)
1. [Wavefront](https://www.wavefront.com/)
1. [Wellcome Trust](https://wellcome.ac.uk/)
1. [Helio](https://helio.exchange)
Expand Down
2 changes: 1 addition & 1 deletion docs/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ CronWorkflowSpec is the specification of a CronWorkflow
| Field Name | Field Type | Description |
|:----------:|:----------:|---------------|
|`concurrencyPolicy`|`string`|ConcurrencyPolicy is the K8s-style concurrency policy that will be used|
|`failedJobsHistoryLimit`|`int32`|FailedJobsHistoryLimit is the number of successful jobs to be kept at a time|
|`failedJobsHistoryLimit`|`int32`|FailedJobsHistoryLimit is the number of failed jobs to be kept at a time|
|`schedule`|`string`|Schedule is a schedule to run the Workflow in Cron format|
|`startingDeadlineSeconds`|`int64`|StartingDeadlineSeconds is the K8s-style deadline that will limit the time a CronWorkflow will be run after its original scheduled time if it is missed.|
|`successfulJobsHistoryLimit`|`int32`|SuccessfulJobsHistoryLimit is the number of successful jobs to be kept at a time|
Expand Down

0 comments on commit c237f3f

Please sign in to comment.