From ebb25b861b1b452207582b6dea0060bf418037ff Mon Sep 17 00:00:00 2001 From: Simon Behar Date: Wed, 23 Oct 2019 07:51:27 -0700 Subject: [PATCH] `restartPolicy` -> `retryStrategy` in examples (#1702) --- examples/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index c86f3da422ee..dc818819a6d8 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1061,9 +1061,10 @@ spec: - name: influxdb daemon: true # start influxdb as a daemon + retryStrategy: + limit: 10 # retry container if it fails container: image: influxdb:1.2 - restartPolicy: Always # restart container if it fails readinessProbe: # wait for readinessProbe to succeed httpGet: path: /ping