Fixed typo (#7603)

* Fixed typo

* Fixed invalid concurrencyPolicy value
This commit is contained in:
Garry Shutler
2018-03-03 18:46:54 +00:00
committed by k8s-ci-robot
parent a84db20bab
commit 0e6f7460ff
@@ -124,7 +124,7 @@ are certain circumstances where two jobs might be created, or no job might be cr
but do not completely prevent them. Therefore, jobs should be _idempotent_.
If `startingDeadlineSeconds` is set to a large value or left unset (the default)
and if `concurrentPolicy` is set to `AllowConcurrent`, the jobs will always run
and if `concurrencyPolicy` is set to `Allow`, the jobs will always run
at least once.
Jobs may fail to run if the CronJob controller is not running or broken for a