From 1b839927e31c83e0d575c988be636d45b2db2af0 Mon Sep 17 00:00:00 2001 From: Rodolfo Rodriguez Date: Mon, 6 Jan 2020 05:26:01 -0600 Subject: [PATCH] Update README.md --- stable/elasticsearch-curator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/elasticsearch-curator/README.md b/stable/elasticsearch-curator/README.md index 598752fcbb8f..7160feaa6cb1 100644 --- a/stable/elasticsearch-curator/README.md +++ b/stable/elasticsearch-curator/README.md @@ -48,7 +48,7 @@ their default values. | `cronjob.schedule` | Schedule for the CronJob | `0 1 * * *` | | `cronjob.annotations` | Annotations to add to the cronjob | {} | | `cronjob.labels` | Labels to add to the cronjob | {} | -| `cronjob.concurrencyPolicy` | `Allow|Forbid|Replace` concurrent jobs | `nil` | +| `cronjob.concurrencyPolicy` | `Allow\|Forbid\|Replace` concurrent jobs | `nil` | | `cronjob.failedJobsHistoryLimit` | Specify the number of failed Jobs to keep | `nil` | | `cronjob.successfulJobsHistoryLimit` | Specify the number of completed Jobs to keep | `nil` | | `cronjob.jobRestartPolicy` | Control the Job restartPolicy | `Never` |